1. Guice servlet DSL, filter all but one URL stackoverflow.comI 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.comI need to serve my main application with the url pattern |