1 Reply Latest reply on Dec 13, 2002 8:10 AM by insomnio

    Filter and JSPs

    insomnio

      Hi!

      I'm facing some curious problems porting a working application to JBoss. The application I'm porting has 2 Filters, which check some attributes on every request.

      If the request goes directly to a servlet, the filter is called by the container, but if the requested file is a JSP the filter never gets called.

      I tested this behaviour with Jboss+Tomcat and Jboss+JbossWeb. In both cases the output was the same.

      How can I get Jboss (or the servletContainer within it) to call the filter also for JSPs????

      cu
      ed