You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my understanding the named method should use a FolderNameFilter when sanitizing the path (except for the last part if this is a file). But it uses a FileNameFilter for all parts of the path. Therefore a path like foo.bar/example.jpg will remain foo.bar/example.jpg although it should be (and will be later converted to) foo-bar/example.jpg
The text was updated successfully, but these errors were encountered:
From my understanding the named method should use a FolderNameFilter when sanitizing the path (except for the last part if this is a file). But it uses a FileNameFilter for all parts of the path. Therefore a path like
foo.bar/example.jpg
will remainfoo.bar/example.jpg
although it should be (and will be later converted to)foo-bar/example.jpg
The text was updated successfully, but these errors were encountered: