You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/02/19 09:20:48 UTC

[Bug 57602] New: HttpServlet returns no content when included during a HEAD request

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: jboynes@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 57602] HttpServlet returns no content when included during a HEAD request

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57602
Bug 57602 depends on bug 57601, which changed state.

Bug 57601 Summary: DefaultServlet returns no content when included during a HEAD request
https://bz.apache.org/bugzilla/show_bug.cgi?id=57601

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 57602] HttpServlet returns no content when included during a HEAD request

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57602

Jeremy Boynes <jb...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |57601

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 57602] HttpServlet returns no content when included during a HEAD request

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57602

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Fixed in trunk, 8.0.x for 8.0.21 onwards and in 7.0.x for 7.0.60 onwards.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org