Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "FAQ/CharacterEncoding" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/FAQ/CharacterEncoding?action=diff&rev1=17&rev2=18

Comment:
Mention that SetCharacterEncodingFilter is part of Tomcat proper since 7.0.20

  {{{
  webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.java
  }}}
+  7.x::
+ Since 7.0.20 the filter became first-class citizen and was moved from the 
examples into core Tomcat and is available to any web application without the 
need to compile and bundle it separately. See documentation for the list of 
[[http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html|filters]] provided 
by Tomcat. The class name is:
+ {{{
+ org.apache.catalina.filters.SetCharacterEncodingFilter
+ }}}
+ 
  
  
  <<BR>>
@@ -170, +176 @@

   * [[http://issues.apache.org/bugzilla/show_bug.cgi?id=25848|25848]]
  
  ----
- [[CategoryFAQ|CategoryFAQ]]
+ [[CategoryFAQ]]
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to