[java-identity-provider COMMIT] in /trunk/idp-conf/src: main/resources/system/flows/cas/login/login-flow.xml test/jav...

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 19 12:01:13 EDT 2015


Author: serac
Date: Thu Mar 19 12:01:12 2015
New Revision: 7435

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7435&view=rev
Log:
IDP-658 Fix error transition in CAS login flow.

Added:
    trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/cas/LoginFlowTicketCreationErrorTest.java
    trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/cas/ThrowingTicketService.java
    trunk/idp-conf/src/test/resources/test/test-cas-error-beans.xml
Modified:
    trunk/idp-conf/src/main/resources/system/flows/cas/login/login-flow.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/cas/login/login-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/cas/login/login-flow.xml?rev=7435&r1=7434&r2=7435&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/cas/login/login-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/cas/login/login-flow.xml Thu Mar 19 12:01:12 2015
@@ -39,7 +39,7 @@
     <action-state id="grantServiceTicket">
         <evaluate expression="grantServiceTicketAction" />
         <transition on="success" to="redirectToService" />
-        <transition on="failure" to="error" />
+        <transition on="ticketCreationError" to="error" />
     </action-state>
 
     <!-- Redirect end states -->



More information about the commits mailing list