Steve Loughran created HADOOP-9236:
--------------------------------------

             Summary: Use i18n-ized case comparisons in FileSystem
                 Key: HADOOP-9236
                 URL: https://issues.apache.org/jira/browse/HADOOP-9236
             Project: Hadoop Common
          Issue Type: Improvement
          Components: fs
    Affects Versions: 2.0.2-alpha
            Reporter: Steve Loughran
            Priority: Trivial


{{FileSystem.checkPath()}} uses {{equalsIgnoreCase()}} when looking at URLs 
-this can break in different countries -such as Turkey's handling of 
{{"I".toLowerCase()}}. The comparisons should be done by converting the strings 
to lower case in {{EN_US}} first.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to