public class NuxeoEncodingFilter extends Object implements Filter
See NXP-5555: the first parsing of the request is cached, so it should be done with the right encoding.
| Constructor and Description |
|---|
NuxeoEncodingFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
init(FilterConfig filterConfig) |
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
doFilter in interface FilterIOExceptionServletExceptionpublic void init(FilterConfig filterConfig) throws ServletException
init in interface FilterServletExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.