HttpServlet

2021-06-03 Thread Mark Thomas
Hi all, If you are wondering about my recent interest in HttpServlet, a discussion in the Jakarta Servlet project [1] got me looking more closely at our own doHead() implementation. Given the common ancestry, it won't be surprising that we have some of the same issues. So far, I have

[tomcat] 02/03: Ensure HEAD response is consistent with GET response for HttpServlet

2019-07-02 Thread markt
response is consistent with GET response for HttpServlet Fix generation of the HEAD response when the GET response uses chunking --- java/javax/servlet/http/HttpServlet.java | 19 +++-- test/javax/servlet/http/TestHttpServlet.java | 62 webapps/docs

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

2015-03-02 Thread bugzilla
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

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

2015-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57602 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2015-02-19 Thread bugzilla
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