Author: violetagg
Date: Tue Sep 17 08:53:13 2013
New Revision: 1523958
URL: http://svn.apache.org/r1523958
Log:
Fixed realm documentation - the number of the standard o.a.catalina.Realm
implementations provided by Tomcat was not correct. Issue was reported through
comments.apache.org.
Modified:
tomcat/trunk/webapps/docs/realm-howto.xml
Modified: tomcat/trunk/webapps/docs/realm-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/realm-howto.xml?rev=1523958&r1=1523957&r2=1523958&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/realm-howto.xml (original)
+++ tomcat/trunk/webapps/docs/realm-howto.xml Tue Sep 17 08:53:13 2013
@@ -81,7 +81,7 @@ a servlet container to some existing aut
that already exists in the production environment. Therefore, Tomcat
defines a Java interface (<code>org.apache.catalina.Realm</code>) that
can be implemented by "plug in" components to establish this connection.
-Five standard plug-ins are provided, supporting connections to various
+Six standard plug-ins are provided, supporting connections to various
sources of authentication information:</p>
<ul>
<li><a href="#JDBCRealm">JDBCRealm</a> - Accesses authentication information
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]