You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2004/11/04 01:38:48 UTC

svn commit: rev 56537 - geronimo/trunk/modules/jetty/src/etc/META-INF

Author: jboynes
Date: Wed Nov  3 16:38:48 2004
New Revision: 56537

Modified:
   geronimo/trunk/modules/jetty/src/etc/META-INF/default-web.xml
Log:
reanble 154 filter

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	Wed Nov  3 16:38:48 2004
@@ -348,7 +348,6 @@
   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -->
   <!-- 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>
@@ -356,12 +355,11 @@
   </filter>
   <filter-mapping>
       <filter-name>jsr154</filter-name>
-      <url-pattern>/</url-pattern>
+      <url-pattern>/*</url-pattern>
       <dispatcher>REQUEST</dispatcher>
       <dispatcher>FORWARD</dispatcher>
       <dispatcher>INCLUDE</dispatcher>
   </filter-mapping>
--->
 
 </web-app>