yoavs       2004/10/29 06:46:35

  Modified:    webapps/docs changelog.xml realm-howto.xml
  Log:
  Bugzilla 31683: minor realm doc clarification.
  
  Revision  Changes    Path
  1.159     +3 -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.158
  retrieving revision 1.159
  diff -u -r1.158 -r1.159
  --- changelog.xml     29 Oct 2004 13:22:47 -0000      1.158
  +++ changelog.xml     29 Oct 2004 13:46:35 -0000      1.159
  @@ -105,6 +105,9 @@
         <fix>
           <bug>31753</bug>: Minor inconsistency between JDBC and 
DataSourceRealm#authenticate. (yoavs)
         </fix>
  +      <update> 
  +        <bug>31683</bug>: Minor clarifications to realm documentation. (yoavs) 
  +      </update> 
       </changelog>
     </subsection>
   
  
  
  
  1.19      +5 -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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- realm-howto.xml   28 Oct 2004 20:54:49 -0000      1.18
  +++ realm-howto.xml   29 Oct 2004 13:46:35 -0000      1.19
  @@ -282,6 +282,8 @@
           in the <em>users</em> table).</li>
       <li>Role name of a valid role associated with this user.</li>
       </ul></li>
  +<li>Please note that the JDBCRealm currently does not support DIGEST authentication 
  +    (as opposed to BASIC authentication).  It does support digested passwords as 
explained here.</li> 
   </ul>
   
   <h3>Quick Start</h3>
  @@ -461,7 +463,9 @@
       <li>Username to be recognized by Tomcat (same value as is specified
           in the <em>users</em> table).</li>
       <li>Role name of a valid role associated with this user.</li>
  -    </ul></li>    
  +    </ul></li>
  +<li>Please note that the JDBCRealm currently does not support DIGEST authentication 
  +    (as opposed to BASIC authentication).  It does support digested passwords as 
explained here.</li> 
   </ul>
   
   <h3>Quick Start</h3>
  
  
  

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

Reply via email to