71727374757677
public OneWayResponseWrapper(HttpServletResponse httpServletResponse) { super(httpServletResponse); } public PrintWriter getWriter() throws IOException { return new PrintWriter(new NullWriter()); }