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

noreply at shibboleth.net noreply at shibboleth.net
Wed Sep 3 04:09:43 EDT 2014


Author: scantor
Date: Wed Sep  3 04:09:42 2014
New Revision: 6499

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6499&view=rev
Log:
Fix up default text for security manager.

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=6499&r1=6498&r2=6499&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Wed Sep  3 04:09:42 2014
@@ -1,7 +1,6 @@
 # Use the XML Parser SecurityManager appropriate for the chosen parser
-# Sun/Oracle, comment out
-# Xerces, use org.apache.xerces.util.SecurityManager
-#idp.xml.securityManager = org.apache.xerces.util.SecurityManager
+# Sun/Oracle is the default, for Xerces, set to org.apache.xerces.util.SecurityManager
+#idp.xml.securityManager = com.sun.org.apache.xerces.internal.util.SecurityManager
 
 # Set the entityID of the IdP
 idp.entityID = https://idp.example.org



More information about the commits mailing list