1 Reply Latest reply on Feb 4, 2003 11:06 AM by tkosacek

    Filter Mapping?

    tkosacek

      I am having a problem getting filters to work in both Jetty and Tomcat with Jboss 3.0.4. The logs indicate that the filters are being created, i.e. init() is getting called. I have the filters mapped to /*.jsp. However, when requesting any resource such as test.jsp, the filter is not getting invoked. I saw a similar post at http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t=forums/ but unfortunately, he did not share his solution. Anyone have any idea what's happening with this?

        • 1. Re: Filter Mapping?
          tkosacek

          Apparently I need to do *.jsp and all corresponding subdirectories. This is most likely spec although many containers support the use of /*.jsp.