This filter can either apply its encoding if the request does not already specify an encoding, or enforce this filter's encoding in any case ("forceEncoding"="true"). In the latter case, the encoding will also be applied as default response encoding on Servlet 2.4+ containers (although this will usually be overridden by a full content type set in the view). @author Juergen Hoeller @since 15.03.2004 @see #setEncoding @see #setForceEncoding @see javax.servlet.http.HttpServletRequest#setCharacterEncoding @see javax.servlet.http.HttpServletResponse#setCharacterEncoding
|
|
|
|
|
|
|
|
|
|
|
|
|
|