Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 20442 invoked from network); 12 Oct 2007 13:37:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Oct 2007 13:37:14 -0000 Received: (qmail 74425 invoked by uid 500); 12 Oct 2007 13:37:00 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 74360 invoked by uid 500); 12 Oct 2007 13:36:59 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 74346 invoked by uid 99); 12 Oct 2007 13:36:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2007 06:36:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2007 13:37:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9732071420A for ; Fri, 12 Oct 2007 06:36:50 -0700 (PDT) Message-ID: <10391675.1192196210593.JavaMail.jira@brutus> Date: Fri, 12 Oct 2007 06:36:50 -0700 (PDT) From: "Niall Pemberton (JIRA)" To: issues@commons.apache.org Subject: [jira] Resolved: (IO-126) Request case insensitive file name filter In-Reply-To: <18142811.1191303350619.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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.