[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/saml: saml1/common-beans.xml saml2...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jun 2 10:21:48 EDT 2014
Author: scantor
Date: Mon Jun 2 10:21:48 2014
New Revision: 6022
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6022&view=rev
Log:
Sync up event handling in status actions to rest of code.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml?rev=6022&r1=6021&r2=6022&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml Mon Jun 2 10:21:48 2014
@@ -68,7 +68,11 @@
</property>
<property name="statusCodesLookupStrategy">
<bean class="org.opensaml.saml.saml1.profile.impl.AddStatusToResponse.StatusCodeMappingFunction"
- c:mappings-ref="shibboleth.SAML1StatusMappings"/>
+ c:mappings-ref="shibboleth.SAML1StatusMappings">
+ <property name="eventContextLookupStrategy">
+ <bean class="net.shibboleth.idp.profile.context.navigate.WebFlowCurrentEventLookupFunction" />
+ </property>
+ </bean>
</property>
<property name="statusMessageLookupStrategy">
<bean class="net.shibboleth.idp.profile.context.navigate.SpringStatusMessageLookupFunction" />
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml?rev=6022&r1=6021&r2=6022&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml Mon Jun 2 10:21:48 2014
@@ -69,7 +69,11 @@
</property>
<property name="statusCodesLookupStrategy">
<bean class="org.opensaml.saml.saml2.profile.impl.AddStatusToResponse.StatusCodeMappingFunction"
- c:mappings-ref="shibboleth.SAML2StatusMappings"/>
+ c:mappings-ref="shibboleth.SAML2StatusMappings">
+ <property name="eventContextLookupStrategy">
+ <bean class="net.shibboleth.idp.profile.context.navigate.WebFlowCurrentEventLookupFunction" />
+ </property>
+ </bean>
</property>
<property name="statusMessageLookupStrategy">
<bean class="net.shibboleth.idp.profile.context.navigate.SpringStatusMessageLookupFunction" />
More information about the commits
mailing list