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:37:12 UTC

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

    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13535890#comment-13535890 ] 

Karl Wright commented on HTTPCLIENT-1283:
-----------------------------------------

r1423831 (4.2.x branch)
r1423832 (trunk)

                
> 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