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

noreply at shibboleth.net noreply at shibboleth.net
Thu Sep 24 14:17:36 EDT 2015


Author: scantor
Date: Thu Sep 24 14:17:36 2015
New Revision: 7777

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7777&view=rev
Log:
Remove unneeded parameter from constructor.

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

Modified: trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml?rev=7777&r1=7776&r2=7777&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml	Thu Sep 24 14:17:36 2015
@@ -43,8 +43,7 @@
         p:responderId-ref="entityID" p:detailedErrors="%{idp.errors.detailed:false}" c:trim="false" c:matchAll="false" />    
 
     <bean id="TagCandidate" abstract="true"
-        class="org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate"
-        c:format="#{null}" />
+        class="org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate" />
         
     <!-- Default Profile Configurations, also usable as parent beans in overrides. -->
     



More information about the commits mailing list