You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A possible error handling flow:
Regular flow:
servletA ----(guardX)---->servletB
if the guardX fails, we could deviate the flow like that:
servletA---->(guadX:fail)--->error-handler(next_page =
servletB)------>[servletA with some error message || some other servlet - e.g.
login servlet]------->servletB(by getting next_page)
guardX :
if check1 fails
invoke error-handling-servlet (to page)
error-handling-servlet(to_page)
set-cookie(next-page = to_page)
invoke some other servlet
or
just go back to servletA with some msg
Original issue reported on code.google.com by [email protected] on 28 Sep 2012 at 10:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Sep 2012 at 10:34The text was updated successfully, but these errors were encountered: