DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22698>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22698

org.apache.catalina.realm.RealmBase missing main()

           Summary: org.apache.catalina.realm.RealmBase missing main()
           Product: Tomcat 5
           Version: 5.0.9
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In the "Digested Passwords" section of the documentation is states:
    * If you want to execute a command line utility to calculate the digested
password, simply execute

java org.apache.catalina.realm.RealmBase \
    -a {algorithm} {cleartext-password}

      and the digested version of this cleartext password will be returned to
standard output.

However, RealmBase no longer has a main() method as was the case in Tomcat 3 and 4.

The proposed fix would be simply to copy the code from the previous release into
the release 5 codebase but I wouldn't presume to do so.   Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to