[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 14:57:52 EDT 2014


Author: scantor
Date: Mon Jun  2 14:57:52 2014
New Revision: 6028

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6028&view=rev
Log:
Stop overriding event context state in status actions.

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=6028&r1=6027&r2=6028&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 14:57:52 2014
@@ -68,11 +68,7 @@
         </property>
         <property name="statusCodesLookupStrategy">
             <bean class="org.opensaml.saml.saml1.profile.impl.AddStatusToResponse.StatusCodeMappingFunction"
-                     c:mappings-ref="shibboleth.SAML1StatusMappings">
-                <property name="eventContextLookupStrategy">
-                    <bean class="net.shibboleth.idp.profile.context.navigate.WebFlowCurrentEventLookupFunction" />
-                </property>
-            </bean>
+                     c:mappings-ref="shibboleth.SAML1StatusMappings" />
         </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=6028&r1=6027&r2=6028&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 14:57:52 2014
@@ -69,11 +69,7 @@
         </property>
         <property name="statusCodesLookupStrategy">
             <bean class="org.opensaml.saml.saml2.profile.impl.AddStatusToResponse.StatusCodeMappingFunction"
-                    c:mappings-ref="shibboleth.SAML2StatusMappings">
-                <property name="eventContextLookupStrategy">
-                    <bean class="net.shibboleth.idp.profile.context.navigate.WebFlowCurrentEventLookupFunction" />
-                </property>
-            </bean>
+                    c:mappings-ref="shibboleth.SAML2StatusMappings" />
         </property>
         <property name="statusMessageLookupStrategy">
             <bean class="net.shibboleth.idp.profile.context.navigate.SpringStatusMessageLookupFunction" />



More information about the commits mailing list