-
Bug
-
Resolution: Done
-
Major
-
None
-
JWS 3.0.1 GA
-
None
The values computed via digest.sh script in tomcat7 looks correct:
[commandline]$ tomcat7/bin/digest.sh -a md5 test test:098f6bcd4621d373cade4e832627b4f6
But the tomcat8 looks different in length and value:
[commandline]$ tomcat8/bin/digest.sh -a md5 test test:4db4d08c4e50893abbe8f0a1155592a1914ab3b81684558d47c7c3a4f644d6dc$1$5c5c6abb56b6fe81f79b863958cbc8d2
To compare:
[commandline]$ echo -n "test" | md5sum
098f6bcd4621d373cade4e832627b4f6 -
Which is same as calculated with tomcat7 digest script.