[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:23:56 EST 2016
Author: scantor
Date: Mon Feb 29 12:23:55 2016
New Revision: 8109
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8109&view=rev
Log:
IDP-932 - Typo in documented trust engine bean name
https://issues.shibboleth.net/jira/browse/IDP-932
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=8109&r1=8108&r2=8109&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:23:55 2016
@@ -222,7 +222,7 @@
<!-- Trust Engine options for X.509 certificate evaluation (e.g., TLS). -->
- <bean id="shibboleth.ExplicitX509TrustEngine"
+ <bean id="shibboleth.ExplicitKeyX509TrustEngine"
class="org.opensaml.security.trust.impl.ExplicitKeyTrustEngine"
c:resolver-ref="shibboleth.MetadataCredentialResolver" />
@@ -233,7 +233,7 @@
<bean id="shibboleth.ChainingX509TrustEngine" class="org.opensaml.security.trust.impl.ChainingTrustEngine">
<constructor-arg>
<list>
- <ref bean="shibboleth.ExplicitX509TrustEngine" />
+ <ref bean="shibboleth.ExplicitKeyX509TrustEngine" />
<ref bean="shibboleth.PKIXX509TrustEngine" />
</list>
</constructor-arg>
More information about the commits
mailing list