FilenameUtils.wildcardMatch gives incorrect results
---------------------------------------------------
Key: IO-246
URL: https://issues.apache.org/jira/browse/IO-246
Project: Commons IO
Issue Type: Bug
Components: Filters
Affects Versions: 1.4
Environment: any
Reporter: vva
Priority: Minor
This wildcard pattern "*?" does not match correctly. The command:
System.out.println(FilenameUtils.wildcardMatch("aaa", "*?"));
prints out "false", even though it matches. The wildcard mask is a bit unusal,
but not incorrect. It should match any input with at least one character.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.