restrict « URL « JSP-Servlet Q&A





1. restrict url access in JSP    stackoverflow.com

I have a site that uses forms and validates fields and redirects to another pages etc, but I need to know how to keep any user from access a page directly ...

2. Using Filters to Restrict JSP Access?    stackoverflow.com

Im using a javascript call from a JSP to login using an AJAX call and the prototype framework for the server side request, I set up a filter to intercept all ...