You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2012/12/19 12:29:12 UTC

[jira] [Created] (HTTPCLIENT-1283) Use of toUpperCase() in NTLM engine may fail on non-US locales

Karl Wright created HTTPCLIENT-1283:
---------------------------------------

             Summary: Use of toUpperCase() in NTLM engine may fail on non-US locales
                 Key: HTTPCLIENT-1283
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1283
             Project: HttpComponents HttpClient
          Issue Type: Bug
    Affects Versions: 4.2.2
            Reporter: Karl Wright
            Assignee: Karl Wright
             Fix For: 4.2.3, 4.3 Alpha1


The use of toUpperCase() and toLowerCase() must be done in a locale-neutral way, e.g. toUpperCase(Locale.ROOT), in order to be guaranteed portable.

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org