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

noreply at shibboleth.net noreply at shibboleth.net
Thu Feb 20 23:38:25 EST 2014


Author: scantor
Date: Thu Feb 20 23:38:25 2014
New Revision: 5430

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5430&view=rev
Log:
Revert security manager type.

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=5430&r1=5429&r2=5430&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Thu Feb 20 23:38:25 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



More information about the commits mailing list