Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.0 Release
-
None
-
None
Description
The String.toLowerCase() method is Locale-sensitive and should rarely be used.
Its Javadoc says to use toLowerCase(Locale.ENGLISH) instead
This currently affects only DomainValidator