You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/07/26 18:48:01 UTC

DO NOT REPLY [Bug 51561] New: Missing tomcat-coyote.jar from classpath requirement in Digested Passwords section

https://issues.apache.org/bugzilla/show_bug.cgi?id=51561

             Bug #: 51561
           Summary: Missing tomcat-coyote.jar from classpath requirement
                    in Digested Passwords section
           Product: Tomcat 7
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: vizoere@yahoo.com
    Classification: Unclassified


It appears that starting in version 7.0.16, HexUtils.class exists in
tomcat-coyote.jar instead of its previous home, catalina.jar.

On page:  http://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html

Under Common Features > Digested Passwords
Current text:

To use either of the above techniques, the following jar files will need to be
on your class path to make the RealmBase class available: 

$CATALINA_HOME/bin/tomcat-juli.jar 
$CATALINA_HOME/lib/catalina.jar 
$CATALINA_HOME/lib/tomcat-util.jar 


Needs to be updated to also include:
$CATALINA_HOME/lib/tomcat-coyote.jar

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 51561] Missing tomcat-coyote.jar from classpath requirement on Realm HowTo page, digested passwords section

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51561

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> 2011-07-26 23:39:15 UTC ---
or move HexUtils into tomcat-util.jar

If making any change, note, that HexUtils is referenced by SecurityClassLoad
(r1144031).


Apparently this was caused by removing duplicate HexUtils class in r1132702.
Sorry for that.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 51561] Missing tomcat-coyote.jar from classpath requirement on Realm HowTo page, digested passwords section

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51561

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Mark Thomas <ma...@apache.org> 2011-07-27 09:13:49 UTC ---
This has been fixed in 7.0.x and will be included in 7.0.20 onwards.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 51561] Missing tomcat-coyote.jar from classpath requirement on Realm HowTo page, digested passwords section

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51561

--- Comment #2 from Mark Thomas <ma...@apache.org> 2011-07-27 06:49:54 UTC ---
Or use digest.sh|bat which handles this correctly. I'll update the docs to
reference digest.bat|sh.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 51561] Missing tomcat-coyote.jar from classpath requirement on Realm HowTo page, digested passwords section

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51561

vizoere@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Missing tomcat-coyote.jar   |Missing tomcat-coyote.jar
                   |from classpath requirement  |from classpath requirement
                   |in Digested Passwords       |on Realm HowTo page,
                   |section                     |digested passwords section

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 51561] Missing tomcat-coyote.jar from classpath requirement on Realm HowTo page, digested passwords section

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51561

vizoere@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://tomcat.apache.org/to
                   |                            |mcat-7.0-doc/realm-howto.ht
                   |                            |ml

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org