[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/flows/authn/authn-flow.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Nov 4 21:58:08 EST 2013
Author: scantor
Date: Mon Nov 4 21:58:08 2013
New Revision: 4934
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4934&view=rev
Log:
Remove redundant transition.
Modified:
trunk/idp-conf/src/main/resources/flows/authn/authn-flow.xml
Modified: trunk/idp-conf/src/main/resources/flows/authn/authn-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/flows/authn/authn-flow.xml?rev=4934&r1=4933&r2=4934&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/flows/authn/authn-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/flows/authn/authn-flow.xml Mon Nov 4 21:58:08 2013
@@ -59,8 +59,6 @@
-->
<subflow-state id="CallAuthenticationFlow" subflow="#{currentEvent.id}">
<transition on="proceed" to="InvalidateSessionOnIdentitySwitch" />
-
- <transition on="#{true}" to="#{currentEvent.id}" />
</subflow-state>
<!-- Handles an identity switch by dumping the old session. -->
More information about the commits
mailing list