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
Components: HttpClient
Reporter: Sebb
Fix For: 4.0 Alpha 4
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]