[java-identity-provider COMMIT] /trunk/idp-conf/src/test/resources/conf/relying-party.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Nov 30 22:00:05 EST 2015


Author: scantor
Date: Mon Nov 30 22:00:05 2015
New Revision: 8015

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8015&view=rev
Log:
Bit of cleanup.

Modified:
    trunk/idp-conf/src/test/resources/conf/relying-party.xml

Modified: trunk/idp-conf/src/test/resources/conf/relying-party.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/test/resources/conf/relying-party.xml?rev=8015&r1=8014&r2=8015&view=diff
==============================================================================
--- trunk/idp-conf/src/test/resources/conf/relying-party.xml	(original)
+++ trunk/idp-conf/src/test/resources/conf/relying-party.xml	Mon Nov 30 22:00:05 2015
@@ -53,10 +53,10 @@
                     <bean parent="Shibboleth.SSO" p:includeAttributeStatement="true">
                         <!--
                         <property name="defaultAuthenticationMethods">
-                            <util:list>
+                            <list>
                                 <bean parent="shibboleth.SAML1AuthenticationMethod"
                                     c:method="urn:oasis:names:tc:SAML:1.0:am:password" />
-                            </util:list>
+                            </list>
                         </property>
                         -->
                     </bean>
@@ -65,10 +65,10 @@
                     <bean parent="SAML2.SSO">
                         <!--
                         <property name="defaultAuthenticationMethods">
-                            <util:list>
+                            <list>
                                 <bean parent="shibboleth.SAML2AuthnContextClassRef"
                                     c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport" />
-                            </util:list>
+                            </list>
                         </property>
                         -->
                     </bean>



More information about the commits mailing list