Author: violetagg
Date: Tue Sep 17 09:07:05 2013
New Revision: 1523960
URL: http://svn.apache.org/r1523960
Log:
Merged revision 1523958 from tomcat/trunk:
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/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc7.0.x/trunk/webapps/docs/realm-howto.xml
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1523958
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1523960&r1=1523959&r2=1523960&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Tue Sep 17 09:07:05 2013
@@ -355,6 +355,9 @@
Add document for
<code>org.apache.catalina.tribes.group.GroupChannel</code>. (kfujino)
</add>
+ <fix>
+ Correct Realm Component page of Tomcat documentation. (violetagg)
+ </fix>
</changelog>
</subsection>
<subsection name="jdbc-pool">
Modified: tomcat/tc7.0.x/trunk/webapps/docs/realm-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/realm-howto.xml?rev=1523960&r1=1523959&r2=1523960&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/realm-howto.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/realm-howto.xml Tue Sep 17 09:07:05 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]