Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
master
-
Patch
Description
As the PasswordUtil has a couple of static variables, which is modified during the encryptPassword/decyptPassword calls - there is a possibility that concurrent calls overwrites the values, resulting in a hard to debug errors.
And it would be nice to add a couple of tests for this utility.