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

noreply at shibboleth.net noreply at shibboleth.net
Wed May 28 15:25:20 EDT 2014


Author: scantor
Date: Wed May 28 15:25:20 2014
New Revision: 5987

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5987&view=rev
Log:
Simplify single element lists.

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

Modified: trunk/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml?rev=5987&r1=5986&r2=5987&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml Wed May 28 15:25:20 2014
@@ -36,19 +36,19 @@
     </bean>
 
     <bean id="c14n/SAML2Persistent" parent="shibboleth.AbstractSAML2C14NFlowBean"
-        p:formats="#{ {'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent'} }" />
+        p:formats="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" />
 
     <bean id="c14n/SAML2Transient" parent="shibboleth.AbstractSAML2C14NFlowBean"
-        p:formats="#{ {'urn:oasis:names:tc:SAML:2.0:nameid-format:transient'} }" />
+        p:formats="urn:oasis:names:tc:SAML:2.0:nameid-format:transient" />
     
     <bean id="c14n/SAML2CryptoTransient" parent="shibboleth.AbstractSAML2C14NFlowBean"
-        p:formats="#{ {'urn:oasis:names:tc:SAML:2.0:nameid-format:transient'} }" />
+        p:formats="urn:oasis:names:tc:SAML:2.0:nameid-format:transient" />
 
     <bean id="c14n/SAML1Transient" parent="shibboleth.AbstractSAML1C14NFlowBean"
-        p:formats="#{ {'urn:mace:shibboleth:1.0:nameIdentifier'} }" /> 
+        p:formats="urn:mace:shibboleth:1.0:nameIdentifier" /> 
 
     <bean id="c14n/SAML1CryptoTransient" parent="shibboleth.AbstractSAML1C14NFlowBean" 
-        p:formats="#{ {'urn:mace:shibboleth:1.0:nameIdentifier'} }" /> 
+        p:formats="urn:mace:shibboleth:1.0:nameIdentifier" /> 
 
     <bean id="c14n/SAML2Direct" parent="shibboleth.AbstractSAML2C14NFlowBean"
             p:formats-ref="shibboleth.DirectNameFormats">



More information about the commits mailing list