Author: markt
Date: Tue Apr 3 16:07:34 2018
New Revision: 1828253
URL: http://svn.apache.org/viewvc?rev=1828253&view=rev
Log:
Document how the roles for an authenticated user are determined when the
CombinedRealm is used.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/config/realm.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1828253&r1=1828252&r2=1828253&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Apr 3 16:07:34 2018
@@ -120,6 +120,10 @@
<add>
Add document for <code>FragmentationInterceptor</code>. (kfujino)
</add>
+ <add>
+ Document how the roles for an authenticated user are determined when
the
+ <code>CombinedRealm</code> is used. (markt)
+ </add>
</changelog>
</subsection>
<subsection name="Tribes">
Modified: tomcat/trunk/webapps/docs/config/realm.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/realm.xml?rev=1828253&r1=1828252&r2=1828253&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/realm.xml (original)
+++ tomcat/trunk/webapps/docs/config/realm.xml Tue Apr 3 16:07:34 2018
@@ -989,7 +989,8 @@
<code>Realm</code> element that defines the CombinedRealm. Authentication
will be attempted against each <code>Realm</code> in the order they are
listed. Authentication against any Realm will be sufficient to authenticate
- the user.</p>
+ the user. The authenticated user, and their associated roles, will be taken
+ from the first Realm that successfully authenticates the user.</p>
<p>See the <a href="../realm-howto.html">Container-Managed Security
Guide</a> for more information on setting up container managed security
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]