[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/global-system.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Jul 21 13:20:35 EDT 2014


Author: scantor
Date: Mon Jul 21 13:20:35 2014
New Revision: 6321

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6321&view=rev
Log:
Support both string and boolean to Predicate conversions.

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=6321&r1=6320&r2=6321&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 Mon Jul 21 13:20:35 2014
@@ -22,6 +22,7 @@
                 <bean class="net.shibboleth.ext.spring.config.DurationToLongConverter" />
                 <bean class="net.shibboleth.ext.spring.config.StringToIPRangeConverter" />
                 <bean class="net.shibboleth.ext.spring.config.BooleanToPredicateConverter" />
+                <bean class="net.shibboleth.ext.spring.config.StringBooleanToPredicateConverter" />
                 <bean class="net.shibboleth.ext.spring.config.StringToResourceConverter" />
             </list>
         </property>



More information about the commits mailing list