[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 Feb 29 12:36:14 EST 2016


Author: scantor
Date: Mon Feb 29 12:36:14 2016
New Revision: 8110

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8110&view=rev
Log:
IDP-932 - Typo in documented trust engine bean name

https://issues.shibboleth.net/jira/browse/IDP-932

Add alias since we actually documented the wrong name.

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=8110&r1=8109&r2=8110&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 Feb 29 12:36:14 2016
@@ -225,6 +225,8 @@
     <bean id="shibboleth.ExplicitKeyX509TrustEngine"
         class="org.opensaml.security.trust.impl.ExplicitKeyTrustEngine"
         c:resolver-ref="shibboleth.MetadataCredentialResolver" />
+    <!-- Backward compatibility, remove in 4.0. -->
+    <alias name="shibboleth.ExplicitKeyX509TrustEngine" alias="shibboleth.ExplicitX509TrustEngine" />
 
     <bean id="shibboleth.PKIXX509TrustEngine"
         class="org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine"



More information about the commits mailing list