You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2016/09/27 09:08:22 UTC

[jira] [Created] (TOMEE-1946) TomEE relies on deafult locale

Svetlin Zarev created TOMEE-1946:
------------------------------------

             Summary: TomEE relies on deafult locale
                 Key: TOMEE-1946
                 URL: https://issues.apache.org/jira/browse/TOMEE-1946
             Project: TomEE
          Issue Type: Bug
            Reporter: Svetlin Zarev


In several places TomEE does not use proper toLower()/toUpper(). The issue is that if the server relies on the default locale and if the process was started with some non English compatible locale such as Turkish, toUpper/Lower will yield an incorrect result. For instance "URI".toLowerCase() will result in "urı" instead of "uri". The same applies to toUpperCase -> "uri".toUpperCase() will become "URİ" and checks like "string.toUpperCase().equals(someConstant)" will fail. 

Patches will be provided via github PR.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)