https://bz.apache.org/bugzilla/show_bug.cgi?id=59310
Christopher Schultz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Christopher Schultz <[email protected]> --- So a servlet like this will cause Tomcat to return "Content-Length: 0"? public class TestServlet extends HttpServlet { public void doHead(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { response.getWriter().close(); } } -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
