[java-idp-testbed COMMIT] /trunk/src/main/resources/flows/authn/authn-flow.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Nov 4 21:57:34 EST 2013


Author: scantor
Date: Mon Nov  4 21:57:33 2013
New Revision: 35

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=35&view=rev
Log:
Remove redundant transition.

Modified:
    trunk/src/main/resources/flows/authn/authn-flow.xml

Modified: trunk/src/main/resources/flows/authn/authn-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/authn-flow.xml?rev=35&r1=34&r2=35&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/authn-flow.xml (original)
+++ trunk/src/main/resources/flows/authn/authn-flow.xml Mon Nov  4 21:57:33 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