yoavs 2004/10/29 06:37:46 Modified: webapps/docs Tag: TOMCAT_5_0 changelog.xml realm-howto.xml Log: Bugzilla 31683: clarified realm doc. Revision Changes Path No revision No revision 1.70.2.64 +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.70.2.63 retrieving revision 1.70.2.64 diff -u -r1.70.2.63 -r1.70.2.64 --- changelog.xml 29 Oct 2004 13:30:16 -0000 1.70.2.63 +++ changelog.xml 29 Oct 2004 13:37:45 -0000 1.70.2.64 @@ -46,6 +46,9 @@ <fix> <bug>31753</bug>: Minor inconsistencies in JDBC and DataSourceRealm#authenticate. (yoavs) </fix> + <update> + <bug>31683</bug>: Minor clarifications to realm documentation. (yoavs) + </update> </changelog> </subsection> 1.14.2.4 +4 -0 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.3 retrieving revision 1.14.2.4 diff -u -r1.14.2.3 -r1.14.2.4 --- realm-howto.xml 28 Oct 2004 20:44:35 -0000 1.14.2.3 +++ realm-howto.xml 29 Oct 2004 13:37:46 -0000 1.14.2.4 @@ -186,6 +186,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> @@ -378,6 +380,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 DataSourceRealm 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]