Uploaded image for project: 'JBoss Web Server'
  1. JBoss Web Server
  2. JWS-231

Tomcat ZIP: The tomcat-digest calculated values are not correct in tomcat8.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • JWS 3.0.1 GA
    • tomcat8
    • 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.

            rhn-support-csutherl Coty Sutherland
            fgoldefu@redhat.com Filip Goldefus (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: