[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/idp.properties
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jan 24 20:27:48 EST 2014
Author: tzeller
Date: Fri Jan 24 20:27:48 2014
New Revision: 5242
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5242&view=rev
Log:
IDP-262 Change idp.xml.SecurityManager property from Xerces to JDK provided.
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=5242&r1=5241&r2=5242&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Fri Jan 24 20:27:48 2014
@@ -12,7 +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 = 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