[java-identity-provider] branch master updated: Convert unnecessary util:list elements.
Scott Cantor
cantor.2 at osu.edu
Fri Apr 7 16:30:47 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=12415549893586785e012e9997fe053d8728b9ab
The following commit(s) were added to refs/heads/master by this push:
new 1241554 Convert unnecessary util:list elements.
1241554 is described below
commit 12415549893586785e012e9997fe053d8728b9ab
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Apr 7 16:30:44 2017 -0400
Convert unnecessary util:list elements.
---
idp-conf/src/test/resources/conf/relying-party.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-conf/src/test/resources/conf/relying-party.xml b/idp-conf/src/test/resources/conf/relying-party.xml
index 894bc88..c54b427 100644
--- a/idp-conf/src/test/resources/conf/relying-party.xml
+++ b/idp-conf/src/test/resources/conf/relying-party.xml
@@ -22,9 +22,9 @@
<bean id="shibboleth.UnverifiedRelyingParty" parent="RelyingParty">
<property name="profileConfigurations">
- <util:list>
+ <list>
<!-- <bean parent="SAML2.SSO" p:encryptAssertions="false" /> -->
- </util:list>
+ </list>
</property>
</bean>
@@ -32,7 +32,7 @@
<bean id="shibboleth.DefaultRelyingParty" parent="RelyingParty.MDDriven">
<property name="profileConfigurations">
- <util:list>
+ <list>
<ref bean="Shibboleth.SSO.MDDriven" />
<ref bean="SAML1.AttributeQuery.MDDriven" />
<ref bean="SAML1.ArtifactResolution.MDDriven" />
@@ -41,7 +41,7 @@
<ref bean="SAML2.Logout.MDDriven" />
<ref bean="SAML2.AttributeQuery.MDDriven" />
<ref bean="SAML2.ArtifactResolution.MDDriven" />
- </util:list>
+ </list>
</property>
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list