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

noreply at shibboleth.net noreply at shibboleth.net
Wed Aug 20 21:27:53 EDT 2014


Author: putmanb
Date: Wed Aug 20 21:27:53 2014
New Revision: 6453

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6453&view=rev
Log:
OSJ-85: Fixed flubbed class rename.

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=6453&r1=6452&r2=6453&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 Wed Aug 20 21:27:53 2014
@@ -129,7 +129,7 @@
         </property>
 
         <property name="clientTLSValidationConfiguration">
-            <bean class="org.opensaml.security.x509.tls.impl.BasicClientTLSCredentialValidationConfiguration"
+            <bean class="org.opensaml.security.x509.tls.impl.BasicClientTLSValidationConfiguration"
                 p:x509TrustEngine-ref="shibboleth.X509TrustEngine" />
         </property>
 



More information about the commits mailing list