PROBLEM Tomcat is executing a Filter before the registered ServletRequestListener
ENVIRONMENT Tomcat 6.0.18, Windows Vista, JDK 1.6.0_10 CONTEXT We have a filter setup to intercept forwards. When an unauthenticated user comes in, Tomcat forwards them to our login servlet. The filter intercepts this forward, however the request listener has not been executed. EXPECTED BEHAVIOR It seems like the ServletRequestListener should have been executed prior to the filter. Is this a bug or part of the specification? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org