You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2015/07/01 13:05:11 UTC

svn commit: r1688617 - /tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org