J_security_check: how to configure predefined redirect URL?
Hi,
In my JSF web-application I use container managed authentication via j_security_check.
After successfull authentication j_security_check redirects to an original request. But application requires that after login page we always redirect to the same predefined page (e.g. /index.jsp).
So is there a way to configure j_security_check to redirect to predefined URL (regardless of original request URL)?
Thanx in advance.