« Return to Thread: how to prevent direct access to jsf pages?

how to prevent direct access to jsf pages?

by lmk :: Rate this Message:

Reply to Author | View in Thread

Id like to prevent direct access to  pages jsf, even the user is allowed to get the  page requested,
it's possible to allow only pages redirected or forwarded by the FacesServlet ?

with only JSF, we can put jsp pages under /WEB-INF/ directory, so it can not be  viewed by user.

JSF  can not  redirect page under /WEB-INF/ directory,  the directory wich user has no access...
with facelets it seems impossible.
there any solution?
thanks !

 « Return to Thread: how to prevent direct access to jsf pages?