Author: remm
Date: Wed Jul  1 11:05:11 2015
New Revision: 1688617

URL: http://svn.apache.org/r1688617
Log:
Fix children flag for CredentialHandler.

Modified:
    tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml

Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml?rev=1688617&r1=1688616&r2=1688617&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml 
(original)
+++ tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml Wed 
Jul  1 11:05:11 2015
@@ -193,7 +193,7 @@
         tag="CredentialHandler"
         standard="false"
         default="false"
-        children="false"
+        children="true"
         tagClass="org.apache.catalina.CredentialHandler"
         
storeFactoryClass="org.apache.catalina.storeconfig.CredentialHandlerSF">
      </Description>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to