Details
Description
Consider the file hierarchy
/a /a/b
Calling the globStatus method on FileSystem with a path of
/*/*
and a PathFilter that only accepts /a/b returns no matches. It should return a single match: /a/b.
Consider the file hierarchy
/a /a/b
Calling the globStatus method on FileSystem with a path of
/*/*
and a PathFilter that only accepts /a/b returns no matches. It should return a single match: /a/b.