yoavs       2004/09/03 14:58:39

  Modified:    webapps/docs Tag: TOMCAT_5_0 class-loader-howto.xml
                        realm-howto.xml
  Log:
  A couple of typo fixes, courtesy of Ed Dodds.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.11.2.1  +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.11
  retrieving revision 1.11.2.1
  diff -u -r1.11 -r1.11.2.1
  --- class-loader-howto.xml    16 Jun 2004 18:04:39 -0000      1.11
  +++ class-loader-howto.xml    3 Sep 2004 21:58:39 -0000       1.11.2.1
  @@ -197,7 +197,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 JDK 1.4+), the JDK 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.14.2.2  +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.14.2.1
  retrieving revision 1.14.2.2
  diff -u -r1.14.2.1 -r1.14.2.2
  --- realm-howto.xml   21 Aug 2004 15:50:08 -0000      1.14.2.1
  +++ realm-howto.xml   3 Sep 2004 21:58:39 -0000       1.14.2.2
  @@ -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]

Reply via email to