Author: markt
Date: Mon Sep 29 10:13:57 2014
New Revision: 1628152
URL: http://svn.apache.org/r1628152
Log:
Fix tyops.
Review by kkolinko
Modified:
tomcat/trunk/java/org/apache/catalina/realm/MessageDigestCredentialHandler.java
tomcat/trunk/webapps/docs/config/systemprops.xml
Modified:
tomcat/trunk/java/org/apache/catalina/realm/MessageDigestCredentialHandler.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/realm/MessageDigestCredentialHandler.java?rev=1628152&r1=1628151&r2=1628152&view=diff
==============================================================================
---
tomcat/trunk/java/org/apache/catalina/realm/MessageDigestCredentialHandler.java
(original)
+++
tomcat/trunk/java/org/apache/catalina/realm/MessageDigestCredentialHandler.java
Mon Sep 29 10:13:57 2014
@@ -46,7 +46,7 @@ import org.apache.tomcat.util.security.C
* </ul>
*
* <p>
- * If the stored password form does not included an iteration count then an
+ * If the stored password form does not include an iteration count then an
* iteration count of 1 is used.
* <p>
* If the stored password form does not include salt then no salt is used.
Modified: tomcat/trunk/webapps/docs/config/systemprops.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/systemprops.xml?rev=1628152&r1=1628151&r2=1628152&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/systemprops.xml (original)
+++ tomcat/trunk/webapps/docs/config/systemprops.xml Mon Sep 29 10:13:57 2014
@@ -682,6 +682,12 @@
<p>If not specified, the default value of <code>3</code> will be
used.</p>
</property>
+ <property name="org.apache.catalina.startup.
CredentialHandlerRuleSet.MAX_NESTED_LEVELS">
+ <p>The NestedCredentialHandler allows nested CredentialHandlers. This
+ property controls the maximum permitted number of levels of nesting.</p>
+ <p>If not specified, the default value of <code>3</code> will be
used.</p>
+ </property>
+
</properties>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]