yoavs 2004/11/22 08:30:15
Modified: webapps/admin/WEB-INF web.xml
Log:
Enable this filter by default to help with Bugzilla 29091.
Revision Changes Path
1.13 +0 -4 jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- web.xml 25 Oct 2004 19:00:22 -0000 1.12
+++ web.xml 22 Nov 2004 16:30:14 -0000 1.13
@@ -13,7 +13,6 @@
Uncomment this filter definition and the mapping to use
the filter to decode post and get parameters -->
- <!--
<filter>
<filter-name>Set Character Encoding</filter-name>
<filter-class>org.apache.webapp.admin.filters.SetCharacterEncodingFilter</filter-class>
@@ -22,17 +21,14 @@
<param-value>UTF8</param-value>
</init-param>
</filter>
- -->
<!-- Example filter mapping to apply the "Set Character Encoding" filter
to *all* requests processed by this web application -->
- <!--
<filter-mapping>
<filter-name>Set Character Encoding</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
- -->
<!-- Action Servlet Configuration -->
<servlet>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]