[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/global-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Mar 17 12:41:13 EDT 2015
Author: scantor
Date: Tue Mar 17 12:41:13 2015
New Revision: 7425
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7425&view=rev
Log:
IDP-642 - use of SchemaValidation metadata filter results in logged error
Modified:
trunk/idp-conf/src/main/resources/system/conf/global-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/global-system.xml?rev=7425&r1=7424&r2=7425&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/global-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/global-system.xml Tue Mar 17 12:41:13 2015
@@ -117,7 +117,8 @@
</property>
<property name="schemaResources">
<list>
- <util:constant static-field="net.shibboleth.idp.saml.xmlobject.ExtensionsConstants.SHIB_MDEXT10_SCHEMA_LOCATION" />
+ <value>#{'classpath:' + T(org.opensaml.saml.common.xml.SAMLConstants).XMLSIG_SCHEMA_LOCATION }</value>
+ <value>#{'classpath:' + T(net.shibboleth.idp.saml.xmlobject.ExtensionsConstants).SHIB_MDEXT10_SCHEMA_LOCATION }</value>
</list>
</property>
</bean>
More information about the commits
mailing list