[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/attribute-params-config.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jan 17 14:52:27 EST 2014
Author: scantor
Date: Fri Jan 17 14:52:27 2014
New Revision: 5208
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5208&view=rev
Log:
A bit simpler syntax for the resource collections.
Modified:
trunk/idp-conf/src/main/resources/conf/attribute-params-config.xml
Modified: trunk/idp-conf/src/main/resources/conf/attribute-params-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/attribute-params-config.xml?rev=5208&r1=5207&r2=5208&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/attribute-params-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/attribute-params-config.xml Fri Jan 17 14:52:27 2014
@@ -55,11 +55,12 @@
<!-- Otherwise by default we look at files whose names are derived from idp.home -->
- <bean id="shibboleth.AttributeResolverResources" class="java.util.Collections"
- factory-method="singleton" c:_0="file://${idp.home}/conf/attribute-resolver.xml" />
+ <util:list id ="shibboleth.AttributeResolverResources">
+ <value>file://${idp.home}/conf/attribute-resolver.xml</value>
+ </util:list>
- <bean id="shibboleth.AttributeFilterResources" class="java.util.Collections"
- factory-method="singleton" c:_0="file://${idp.home}/conf/attribute-filter.xml" />
-
+ <util:list id ="shibboleth.AttributeFilterResources">
+ <value>file://${idp.home}/conf/attribute-filter.xml</value>
+ </util:list>
</beans>
More information about the commits
mailing list