[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Jan 30 16:37:22 EST 2014


Author: scantor
Date: Thu Jan 30 16:37:22 2014
New Revision: 5280

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5280&view=rev
Log:
Fix changed message handler.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml?rev=5280&r1=5279&r2=5280&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml Thu Jan 30 16:37:22 2014
@@ -40,7 +40,7 @@
             
                 <bean class="idp.TestMessageHandler" scope="prototype" />
                 
-                <bean class="org.opensaml.saml.saml2.binding.CheckRequestVersionHandler" />
+                <bean class="org.opensaml.saml.common.binding.CheckMessageVersionHandler" />
                 
                 <bean class="org.opensaml.saml.common.binding.SAMLProtocolAndRoleHandler">
                     <property name="protocol">



More information about the commits mailing list