https://bz.apache.org/bugzilla/show_bug.cgi?id=57602
Bug ID: 57602 Summary: HttpServlet returns no content when included during a HEAD request Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: Specification APIs Assignee: dev@tomcat.apache.org Reporter: jboy...@apache.org Similar to bug 57601 the default implementation of doHead() in HttpServlet always suppresses output. This prevents a servlet that includes another's output from receiving the content especially if it has wrapped the response in order to capture the data. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org