http://issues.apache.org/jira/browse/IO-81

The current WildcardFilter is broken as it does two things - wildcard filtering AND directory filtering. This prevents it from being easiy enhanced.

I am looking to fix this as follows:

- WildcardFilter will be deprecated

- WildcardFileFilter is the replacement, and does not filter by directory (any file is found)

- To filter by file/directory as well will be an AND operation using AndFileFilter

- A new enumeration IOCase will represent the different case-sensitivity (sensitive/inensitive/determined by system) and will be passed in as appropriate

This same solution will affect Prefix/Suffix/Name filters.

Any problems?

Stephen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to