On 27/09/2014 14:43, Konstantin Kolinko wrote:
> 2014-09-25 23:33 GMT+04:00  <[email protected]>:
>> Author: markt
>> Date: Thu Sep 25 19:33:49 2014
>> New Revision: 1627615
>>
>> URL: http://svn.apache.org/r1627615
>> Log:
>> Update docs
>>
>> Modified:
>>     
>> tomcat/trunk/java/org/apache/catalina/realm/MessageDigestCredentialHandler.java
>>     tomcat/trunk/webapps/docs/config/project.xml
>>     tomcat/trunk/webapps/docs/config/realm.xml
> 
> 
> (...)
>> Modified: tomcat/trunk/webapps/docs/config/realm.xml
>> URL: 
>> http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/realm.xml?rev=1627615&r1=1627614&r2=1627615&view=diff
>> ==============================================================================
>> --- tomcat/trunk/webapps/docs/config/realm.xml (original)
>> +++ tomcat/trunk/webapps/docs/config/realm.xml Thu Sep 25 19:33:49 2014
> 
> (...)
>> @@ -1031,15 +1041,18 @@
>>
>>  <section name="Nested Components">
>>
>> -  <h3>CombinedRealm Implementation</h3>
>> -
>> -  <p>If you are using the <em>CombinedRealm Implementation</em> or a Realm
>> -  that extends the CombinedRealm, e.g. the LockOutRealm,
>> -  <strong>&lt;Realm&gt;</strong> elements may be nested inside it.</p>
>> -
>> -  <h3>Other Realm Implementations</h3>
>> -
>> -  <p>No other Realm implementation supports nested components.</p>
>> +  <p>You can nest at most one instance of the following components by 
>> nesting a
>> +  corresponding element inside your <strong>Realm</strong> element:</p>
> 
> 1. The above "at most one" words are correct for CredentialHandler,
> but they are wrong for realms nested in CombinedRealm. You can have
> many nested Realms in a combined one.
> 
>> +  <ul>
>> +  <li><strong>CombinedRealm Implementation</strong> - If you are using the
>> +    <em>CombinedRealm Implementation</em> or a Realm
>> +    that extends the CombinedRealm, e.g. the LockOutRealm, one or more
>> +    <strong>&lt;Realm&gt;</strong> elements may be nested inside it.</li>
>> +  <li><a href="crdentialhandler.html">
> 
> 2. The link is broken because of document name typo above.
> 
> <strong>CredentialHandler</strong></a> -
>> +      Configure the credential handler that will be used to validate 
>> provided
>> +      credentials with those stored by the Realm. If not specified a default
>> +      <em>MessageDigestCredentialHandler</em> will configured.</li>
>> +  </ul>
>>
>>  </section>

Fixed. Thanks.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to