Posts by Lucas Brum • 111 points
1 post
-
11
votes3
answers238
viewsQ: Prevent an action from being intercepted by the Interceptor Handle
I implemented a class to intercept some urls and check if I have a logged-in user in the session, if yes access url, otherwise I am automatically "played" to the login screen. It happens that on a…