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

noreply at shibboleth.net noreply at shibboleth.net
Sun Feb 15 14:54:14 EST 2015


Author: scantor
Date: Sun Feb 15 14:54:14 2015
New Revision: 7345

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7345&view=rev
Log:
IDP-606 - relying-party-system.xml declares wrong class for shibboleth.ExplicitX509TrustEngine

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

Modified: trunk/idp-conf/src/main/resources/system/conf/legacy-relying-party-defaults.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/legacy-relying-party-defaults.xml?rev=7345&r1=7344&r2=7345&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/legacy-relying-party-defaults.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/legacy-relying-party-defaults.xml Sun Feb 15 14:54:14 2015
@@ -73,7 +73,7 @@
     <bean id="shibboleth.X509TrustEngine" class="org.opensaml.security.trust.impl.ChainingTrustEngine">
         <constructor-arg>
             <list>
-                <bean class="org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEngine"
+                <bean class="org.opensaml.security.trust.impl.ExplicitKeyTrustEngine"
                     c:resolver-ref="shibboleth.MetadataCredentialResolver" />
                 <bean class="org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine"
                     c:resolver-ref="shibboleth.MetadataPKIXValidationInformationResolver" />

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=7345&r1=7344&r2=7345&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 Sun Feb 15 14:54:14 2015
@@ -223,7 +223,7 @@
     <!-- Trust Engine options for X.509 certificate evaluation (e.g., TLS). -->
 
     <bean id="shibboleth.ExplicitX509TrustEngine"
-        class="org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEngine"
+        class="org.opensaml.security.trust.impl.ExplicitKeyTrustEngine"
         c:resolver-ref="shibboleth.MetadataCredentialResolver" />
 
     <bean id="shibboleth.PKIXX509TrustEngine"



More information about the commits mailing list