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=18&rev2=19

Comment:
Note that SetCharacterEncodingFilter must come first

  org.apache.catalina.filters.SetCharacterEncodingFilter
  }}}
  
+ '''''Note''''': The request encoding setting is effective only if it is done 
earlier than parameters are parsed. Once parsing happens, there is no way back. 
Parameters parsing is triggered by the first method that asks for parameter 
name or value. Make sure that the filter is positioned before any other filters 
that ask for request parameters. The positioning depends on the order of 
`filter-mapping` declarations in the WEB-INF/web.xml file, though since Servlet 
3.0 specification there are additional options to control the order. To check 
the actual order you can throw an Exception from your page and check its stack 
trace for filter names.
  
  
  <<BR>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to