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

noreply at shibboleth.net noreply at shibboleth.net
Wed Jan 7 13:54:27 EST 2015


Author: scantor
Date: Wed Jan  7 13:54:27 2015
New Revision: 7238

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7238&view=rev
Log:
IDP-554 - remove unneeded use of utility schema

Modified:
    trunk/idp-conf/src/main/resources/conf/c14n/subject-c14n.xml

Modified: trunk/idp-conf/src/main/resources/conf/c14n/subject-c14n.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/c14n/subject-c14n.xml?rev=7238&r1=7237&r2=7238&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/c14n/subject-c14n.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/c14n/subject-c14n.xml Wed Jan  7 13:54:27 2015
@@ -90,9 +90,9 @@
     -->
     <bean id="shibboleth.NameTransformPredicate" parent="shibboleth.Conditions.RelyingPartyId">
         <constructor-arg>
-            <util:list>
+            <list>
                 <!-- <value>https://sp.example.org</value> -->
-            </util:list>
+            </list>
         </constructor-arg>
     </bean>
     



More information about the commits mailing list