yoavs 2004/11/22 08:32:59 Modified: webapps/admin/WEB-INF Tag: TOMCAT_5_0 web.xml Log: Enable this filter by default for Bugzilla 29091. Revision Changes Path No revision No revision 1.8.2.2 +1 -5 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.8.2.1 retrieving revision 1.8.2.2 diff -u -r1.8.2.1 -r1.8.2.2 --- web.xml 25 Oct 2004 18:50:41 -0000 1.8.2.1 +++ web.xml 22 Nov 2004 16:32:59 -0000 1.8.2.2 @@ -29,26 +29,22 @@ 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>filters.SetCharacterEncodingFilter</filter-class> + <filter-class>org.apache.webapp.admin.filters.SetCharacterEncodingFilter</filter-class> <init-param> <param-name>encoding</param-name> <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]