-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.2
-
Fix Version/s: 1.3.0
-
Component/s: Authentication (log-in)
-
Labels:
-
Environment:JVM Locale tr_TR
public static void main(String[] args)
{ PasswordService psd = new DefaultPasswordService(); String password = "333"; String enc = psd.encryptPassword(password); System.out.print(psd.passwordsMatch(password, enc)); }The above code outputs "false" on JVM which has default locale tr_TR, the following outputs "true"
public static void main(String[] args)