[java-identity-provider] branch master updated: Add constructor argument to suppress Spring warning.

Scott Cantor cantor.2 at osu.edu
Tue Apr 4 10:19:51 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=a2034be1af92da5a664fa2f4d863441159e5d8f8

The following commit(s) were added to refs/heads/master by this push:
       new  a2034be   Add constructor argument to suppress Spring warning.
a2034be is described below

commit a2034be1af92da5a664fa2f4d863441159e5d8f8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 4 10:19:49 2017 -0400

    Add constructor argument to suppress Spring warning.
---
 idp-conf/src/main/resources/conf/c14n/subject-c14n.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/conf/c14n/subject-c14n.xml b/idp-conf/src/main/resources/conf/c14n/subject-c14n.xml
index 16fc6f1..9740fdd 100644
--- a/idp-conf/src/main/resources/conf/c14n/subject-c14n.xml
+++ b/idp-conf/src/main/resources/conf/c14n/subject-c14n.xml
@@ -89,7 +89,7 @@
     Any condition can be used here; the example is suitable for enumerating a number of SPs to allow.
     -->
     <bean id="shibboleth.NameTransformPredicate" parent="shibboleth.Conditions.RelyingPartyId">
-        <constructor-arg>
+        <constructor-arg name="candidates">
             <list>
                 <!-- <value>https://sp.example.org</value> -->
             </list>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list