yoavs 2004/09/03 14:57:53 Modified: webapps/docs class-loader-howto.xml realm-howto.xml Log: A couple of typo fixes, courtesy of Ed Dodds. Revision Changes Path 1.13 +1 -1 jakarta-tomcat-catalina/webapps/docs/class-loader-howto.xml Index: class-loader-howto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/class-loader-howto.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- class-loader-howto.xml 1 Sep 2004 22:04:27 -0000 1.12 +++ class-loader-howto.xml 3 Sep 2004 21:57:53 -0000 1.13 @@ -203,7 +203,7 @@ instead of delegating before looking. There are exceptions. Classes which are part of the JRE base classes cannot be overriden. For some classes (such as the XML parser components in J2SE 1.4+), the J2SE 1.4 endorsed feature can be -used used +used (see the common classloader definition above). In addition, for the following class patterns, the classloader will always delegate first (and load the class itself if no parent classloader loads it): 1.16 +1 -1 jakarta-tomcat-catalina/webapps/docs/realm-howto.xml Index: realm-howto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/realm-howto.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- realm-howto.xml 21 Aug 2004 12:39:08 -0000 1.15 +++ realm-howto.xml 3 Sep 2004 21:57:53 -0000 1.16 @@ -1372,7 +1372,7 @@ techniques are supported:</p> <ul> <li>If you are writing an application that needs to calculate digested - passowrds dynamically, call the static <code>Digest()</code> method of the + passwords dynamically, call the static <code>Digest()</code> method of the <code>org.apache.catalina.realm.RealmBase</code> class, passing the cleartext password and the digest algorithm name as arguments. This method will return the digested password.</li>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]