[
https://issues.apache.org/jira/browse/HTTPCLIENT-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb deleted HTTPCLIENT-766:
----------------------------
> CLONE -String.toLowerCase() / toUpperCase() should specify Locale.ENGLISH
> -------------------------------------------------------------------------
>
> Key: HTTPCLIENT-766
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-766
> Project: HttpComponents HttpClient
> Issue Type: Bug
> Reporter: Sebb
>
> There are quite a few instances of String.toLowerCase() - and some of
> toUpperCase() - method calls which don't specify the Locale.
> These should probably mostly/all use Locale.ENGLISH, otherwise there may be
> problems in some Locales.
> e.g. Turkey, where "i".toUpperCase() is not equal to "I" - and vice-versa.
> The isSpecialDomain() method in NetscapeDomainHandler is one instance where
> the code won't always work in Turkey.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]