Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.2.2
-
None
-
None
Description
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.