You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2005/02/01 21:54:12 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml realm-howto.xml

yoavs       2005/02/01 12:54:12

  Modified:    webapps/docs Tag: TOMCAT_5_0 changelog.xml realm-howto.xml
  Log:
  Bugzilla 32210.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.70.2.91 +10 -0     jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.70.2.90
  retrieving revision 1.70.2.91
  diff -u -r1.70.2.90 -r1.70.2.91
  --- changelog.xml	9 Dec 2004 13:52:59 -0000	1.70.2.90
  +++ changelog.xml	1 Feb 2005 20:54:12 -0000	1.70.2.91
  @@ -14,6 +14,16 @@
   
   <body>
   
  +<section name="Tomcat 5.0.32 (yoavs)">
  +  <subsection name="General">
  +    <changelog>
  +      <fix>
  +        <bug>32210</bug>: Fixed Realm HowTo. (yoavs)
  +      </fix>
  +    </changelog>
  +  </subsection>
  +</section>
  +
   <section name="Tomcat 5.0.31 (yoavs)">
     <subsection name="General">
       <changelog>
  
  
  
  1.14.2.6  +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.5
  retrieving revision 1.14.2.6
  diff -u -r1.14.2.5 -r1.14.2.6
  --- realm-howto.xml	17 Nov 2004 17:00:51 -0000	1.14.2.5
  +++ realm-howto.xml	1 Feb 2005 20:54:12 -0000	1.14.2.6
  @@ -1268,7 +1268,7 @@
     <attribute name="className" required="true">
       <p>The fully qualified Java class name of this Realm implementation.
       You <strong>MUST</strong> specify the value
  -    "<code>org.apache.catalina.realm.MemoryRealm</code>" here.</p>
  +    "<code>org.apache.catalina.realm.JAASRealm</code>" here.</p>
     </attribute>
   
     <attribute name="debug" required="false">
  
  
  

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