We have a JSF (2.0) based web application, running on JBoss 6.1. We are using the FORM based authentication with JAAS.
Some of the users adding links like this "admin/editUser.jsf" to their bookmarks. This page don't work correctly if the user access this page directly (without using the navigation within the application).
The question is: is there any way to redirect the user to the index.jsf page after login, independent from the requested url?