[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/idp.properties

noreply at shibboleth.net noreply at shibboleth.net
Thu Feb 20 15:00:31 EST 2014


Author: rdw
Date: Thu Feb 20 15:00:31 2014
New Revision: 5426

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5426&view=rev
Log:
Revert last checked in in error

Modified:
    trunk/idp-conf/src/main/resources/conf/idp.properties

Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/idp.properties?rev=5426&r1=5425&r2=5426&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Thu Feb 20 15:00:31 2014
@@ -12,8 +12,8 @@
 # Use the XML Parser SecurityManager appropriate for the chosen parser
 # Sun/Oracle, use com.sun.org.apache.xerces.internal.util.SecurityManager
 # Xerces, use org.apache.xerces.util.SecurityManager
-idp.xml.securityManager = org.apache.xerces.util.SecurityManager
-# idp.xml.securityManager = com.sun.org.apache.xerces.internal.util.SecurityManager
+# idp.xml.securityManager = org.apache.xerces.util.SecurityManager
+idp.xml.securityManager = com.sun.org.apache.xerces.internal.util.SecurityManager
 
 # Settings for internal AES encryption key
 idp.sealer.storeType = JCEKS
@@ -75,7 +75,6 @@
 idp.authn.ldap.userFilter = (uid={user})
 
 # Regular expression expressing subject c14n flows to enable
-#idp.c14n.flows = SAML2.*|Simple|Legacy.*
 idp.c14n.flows = Simple
 
 # Reload "failfast" (stop the IdP if a configuration is bad)



More information about the commits mailing list