You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2016/06/15 11:29:09 UTC

[jira] [Created] (HADOOP-13274) Filesystem.checkPath should use StringUtils.equalsIgnoreCase for comparisons

Steve Loughran created HADOOP-13274:
---------------------------------------

             Summary: Filesystem.checkPath should use StringUtils.equalsIgnoreCase for comparisons
                 Key: HADOOP-13274
                 URL: https://issues.apache.org/jira/browse/HADOOP-13274
             Project: Hadoop Common
          Issue Type: Improvement
          Components: fs
    Affects Versions: 2.8.0
            Reporter: Steve Loughran
            Priority: Minor


{{Filesystem.checkPath}} compares URI elements using {{String.equalsIgnoreCase()}}, so is brittle against i8n locale changes.

It should move to {{StringUtils.equalsIgnoreCase}} 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org