guice « URL « JSP-Servlet Q&A





1. Guice servlet DSL, filter all but one URL    stackoverflow.com

I want to filter all requests to my web application through my "SecurityFilter" which checks that a session variable "authToken" is valid. The problem is that in order to get ...

2. How to exclude/redirect certain url pattern in web.xml or Guice servlet module?    stackoverflow.com

I need to serve my main application with the url pattern "/*" so this pattern is matched to a Servlet. The problem I am having is now all the css files and ...