the name of the character encoding used in the body of this request. This method must be called prior to reading request parameters or reading input using getReader(). } }
// Pass control on to the next filter chain.doFilter(request, response);
}
public void init(FilterConfig filterConfig) throws ServletException {
this.filterConfig = filterConfig; this.encoding = filterConfig.getInitParameter("encoding"); String value = filterConfig.getInitParameter("ignore"); if (value == null) { this.ignore = true; } else if (value.equalsIgnoreCase("true")) { this.ignore = true; } else if (value.equalsIgnoreCase("y 上一页 [1] [2] [3] [4] [5] [6] [7] [8] 下一页
|