Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 10717 invoked from network); 24 May 2008 17:22:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 May 2008 17:22:26 -0000 Received: (qmail 99215 invoked by uid 500); 24 May 2008 17:22:26 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 99081 invoked by uid 500); 24 May 2008 17:22:26 -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 99070 invoked by uid 99); 24 May 2008 17:22:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 May 2008 10:22:26 -0700 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 May 2008 17:21:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C97E6234C120 for ; Sat, 24 May 2008 10:21:55 -0700 (PDT) Message-ID: <1062062213.1211649715824.JavaMail.jira@brutus> Date: Sat, 24 May 2008 10:21:55 -0700 (PDT) From: "Benjamin Bentmann (JIRA)" To: issues@commons.apache.org Subject: [jira] Issue Comment Edited: (IO-167) Fix case-insensitive string handling In-Reply-To: <865161093.1209127797183.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-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599612#action_12599612 ] bentmann edited comment on IO-167 at 5/24/08 10:20 AM: ---------------------------------------------------------------- Here's a slightly extended version of the patch which can reveal the defect in {{FileSystemUtils}}. Although it properly failed for me "mvn test" with the unpatched {{FileSystemUtils}}, I would recommend to run the test individually to make sure nothing triggers the static initialization of {{FileSystemUtils}} before the static initializer in the test class is run. This patch is not meant as a replacement for my previous patch but should merely serve for illustration purposes. was (Author: bentmann): Here's a slightly extended version of the patch which can reveal the defect in {{FileSystemUtils}}. Although it properly failed for me "mvn test" with the unpatched {{FileSystemUtils}}, I would recommend to run the test individually to make sure nothing triggers the static initialization of {{FileSystemUtils}} before the static initializer in the test class is run. This patch is meant as a replacement for my previous patch but should merely serve for illustration purposes. > Fix case-insensitive string handling > ------------------------------------ > > Key: IO-167 > URL: https://issues.apache.org/jira/browse/IO-167 > Project: Commons IO > Issue Type: Bug > Affects Versions: 1.4 > Reporter: Benjamin Bentmann > Attachments: IO-167-a.patch, IO-167.patch > > > Case-insensitive operations are currently platform-dependent, please see [Common Bug #3|http://www.nabble.com/Re%3A-Common-Bugs-p14931921s177.html] for details. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.