Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.15.0
-
None
-
Windows
-
Novice
Description
On Windows, the FileFilter fails because we try to split the path using '/'.
If I don't set a pattern, it's set to null, and pattern.split(',') fails.
The doc states that the default pattern is *.yaml,*.xml, so it should be possible not to set a pattern.