security « Filter « JSP-Servlet Q&A





1. Filter on j_security_check not working. Glassfish V3 Netbeans 6.8    stackoverflow.com

I am trying to execute a filter on j_security_check to perform some post login action like changing the redirect url etc. But problem is my filter never gets executed. Any patchwork ...

2. configure the same servlet to different mappings and set for each a different security    stackoverflow.com

I have a web application that is made of a servlet, let's call it myservlet. There are two different pattern matching the same servlet, let's call them /patterna/* and /patternb/* Assume I want to 1. ...

3. Bug in authorization filter(JEE6)    stackoverflow.com

I am writing an authorization filter for my JEE6 application, to be able to restrict access to certain users to some pages. For some reason the browser doesn't display any page ...

4. jsp filter, get page name    stackoverflow.com

I want to create a jsp login filter. The filter should:

  • intercept requests to any page; verify whether the request is part of a logged-session
  • if the session is not logged, redirect the ...

5. How can I bypass security filter in web.xml    stackoverflow.com

I am working with a home grown security filter, SCMIS Security Filter, in our web app that makes a call to an exception java file when the user is not authenticated ...