Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The length of MD5 tokens should be 32 in hex string format. Sometimes the token is shorter.
Cause:
In MD5Generator.generatevalue() method byte values less than 16 are converted to only one hex character. Eg. 12 is contverted to "c", but should be "0c".