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

noreply at shibboleth.net noreply at shibboleth.net
Mon Dec 22 12:50:46 EST 2014


Author: scantor
Date: Mon Dec 22 12:50:46 2014
New Revision: 7214

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7214&view=rev
Log:
Fix typo.

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=7214&r1=7213&r2=7214&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 Mon Dec 22 12:50:46 2014
@@ -36,7 +36,7 @@
         class="net.shibboleth.idp.saml.relyingparty.impl.RelyingPartyConfigurationSupport" factory-method="byGroup"
         p:responderId-ref="entityID" p:detailedErrors="%{idp.errors.detailed:false}" />
 
-    <!-- Parent bean for RelyingParty overrides based on activation by group. -->
+    <!-- Parent bean for RelyingParty overrides based on activation by tag. -->
     <bean id="RelyingPartyByTag" abstract="true"
         class="net.shibboleth.idp.saml.relyingparty.impl.RelyingPartyConfigurationSupport" factory-method="byTag"
         p:responderId-ref="entityID" p:detailedErrors="%{idp.errors.detailed:false}" c:trim="false" />



More information about the commits mailing list