Hi Jason According to my experience it is only applied on the root of your web application like http://localhost:8080/test if your web app is deployed to '/test' and the filter set to '/*'. But the entire filter part of 2.3 in my opinion suffers from 1.0s disease it is slightly underspecified and I esspecially hate the strange way to set up chaining and load sequences in the filter. Frankly it reminds me of the servlet 2.0 state of affairs.
I have however been able to map Tomcat (Not Jetty I know!) to use the root context of the application to deploy my application by fiddling with Tomcat's server configuration. I don't think it is doable from the web.xml of an web app. Best regards Mikael > -----Oprindelig meddelelse----- > Fra: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]P� > vegne af Jason > Dillon > Sendt: 24. april 2002 08:26 > Til: [EMAIL PROTECTED] > Emne: [JBoss-dev] Re: Jetty, Servlet Filters & url-pattern="/*" > > > It would appear this also happens with directories under /, > like http://localhost:8080:/test where > http://localhost:8080:/test/index.jsp works fine. > > =( > > --jason > > * * * > > View thread online: > http://jboss.org/forums/thread.jsp?forum=66&thread=13857 > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
