]
Josef Cacek updated SECURITY-830:
---------------------------------
Git Pull Request:
Case conversion should be Locale aware
--------------------------------------
Key: SECURITY-830
URL:
https://issues.jboss.org/browse/SECURITY-830
Project: PicketBox
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Josef Cacek
Assignee: Josef Cacek
The String.toUpperCase() and String.toLowerCase() methods called depends on default
locale, which can cause troubles for Turkish environment for instance.
The "i".toUpperCase() for "tr" locale results in "İ", and
"I".toLowerCase() results in "ı".