request.setCharacterEncoding("utf-8");
response.setCharacterEncoding("utf-8");
response.setContentType("text/html; charset=UTF-8");
chain.doFilter(request, response);
response.setCharacterEncoding("utf-8");
response.setContentType("text/html; charset=UTF-8");
chain.doFilter(request, response);