Author: jboynes Date: Thu Oct 28 17:54:10 2004 New Revision: 55920 Modified: geronimo/trunk/modules/jetty/src/etc/META-INF/default-web.xml Log: comment out jetty 154 filter until bug #1033766 is fixed
Modified: geronimo/trunk/modules/jetty/src/etc/META-INF/default-web.xml ============================================================================== --- geronimo/trunk/modules/jetty/src/etc/META-INF/default-web.xml (original) +++ geronimo/trunk/modules/jetty/src/etc/META-INF/default-web.xml Thu Oct 28 17:54:10 2004 @@ -348,6 +348,7 @@ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- Comment out for better performance --> +<!-- todo add this back in when Jetty no longer 404's on an include under /WEB-INF <filter> <filter-name>jsr154</filter-name> <filter-class>org.mortbay.jetty.servlet.JSR154Filter</filter-class> @@ -360,6 +361,7 @@ <dispatcher>FORWARD</dispatcher> <dispatcher>INCLUDE</dispatcher> </filter-mapping> - +--> + </web-app>