[
https://issues.apache.org/jira/browse/IO-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niall Pemberton resolved IO-126.
--------------------------------
Resolution: Fixed
Fix Version/s: 1.4
Assignee: Niall Pemberton
The NameFileFilter[1] already includes case sensitivity as a feature - there
are constructor variants which take an IOCase[2] parameter - providing "case
sensitive", "case in-sensitive" and "system dependant case sensitivity" file
name matching.
I have added the same facility to PrefixFileFilter and SuffixFileFilter[3]
[1]
http://commons.apache.org/io/api-release/org/apache/commons/io/filefilter/NameFileFilter.html
[2] http://commons.apache.org/io/api-release/org/apache/commons/io/IOCase.html
[3] http://svn.apache.org/viewvc?view=rev&revision=584162
> Request case insensitive file name filter
> -----------------------------------------
>
> Key: IO-126
> URL: https://issues.apache.org/jira/browse/IO-126
> Project: Commons IO
> Issue Type: Improvement
> Components: Filters
> Reporter: Franz Wong
> Assignee: Niall Pemberton
> Priority: Minor
> Fix For: 1.4
>
>
> For windows environment, file name is case insensitive. Although it is not
> difficult to implement, it is convenience if the commons io includes such a
> filter, especially for file name suffix filtering.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.