[java-idp-testbed COMMIT] /trunk/src/main/config/system/flows/saml2/sso-unsolicited-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 18 17:23:08 EST 2013
Author: scantor
Date: Wed Dec 18 17:23:08 2013
New Revision: 88
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=88&view=rev
Log:
Update decoder class name.
Modified:
trunk/src/main/config/system/flows/saml2/sso-unsolicited-beans.xml
Modified: trunk/src/main/config/system/flows/saml2/sso-unsolicited-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/system/flows/saml2/sso-unsolicited-beans.xml?rev=88&r1=87&r2=88&view=diff
==============================================================================
--- trunk/src/main/config/system/flows/saml2/sso-unsolicited-beans.xml (original)
+++ trunk/src/main/config/system/flows/saml2/sso-unsolicited-beans.xml Wed Dec 18 17:23:08 2013
@@ -12,7 +12,7 @@
<bean id="DecodeMessage" class="org.opensaml.profile.action.impl.DecodeMessage" scope="prototype">
<constructor-arg>
- <bean id="messageDecoder" class="net.shibboleth.idp.saml.impl.profile.saml2.IdpInitiatedSsoRequestMessageDecoder" scope="prototype">
+ <bean id="messageDecoder" class="net.shibboleth.idp.saml.impl.profile.saml2.IdPInitiatedSSORequestMessageDecoder" scope="prototype">
<property name="httpServletRequest" ref="shibboleth.HttpServletRequest" />
</bean>
</constructor-arg>
More information about the commits
mailing list