]
Josef Cacek reassigned ELY-749:
-------------------------------
Assignee: Josef Cacek (was: Ilia Vassilev)
String.toUpperCase() is used without Locale in AttributeMapping class
(Elytron)
-------------------------------------------------------------------------------
Key: ELY-749
URL:
https://issues.jboss.org/browse/ELY-749
Project: WildFly Elytron
Issue Type: Bug
Reporter: Josef Cacek
Assignee: Josef Cacek
Priority: Critical
The String.toUpperCase() call is used in constructor of {{AttributeMapping}} class
without providing {{Locale.ENGLISH}} or {{Locale.US}} as parameter.
This can lead to problems on systems with non-English default locale (e.g.
{{-Duser.language=tr}}).