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 2002/08/14 09:03:20 UTC

DO NOT REPLY [Bug 11683] New: - Against a HTTP request for *.html with HEAD method, Tomcat returns message-body.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11683>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11683

Against a HTTP request for *.html with HEAD method, Tomcat returns message-body.

           Summary: Against a HTTP request for *.html with HEAD method,
                    Tomcat returns message-body.
           Product: Tomcat 3
           Version: 3.3.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: hiroshi@netird.ad.jp


Against a HTTP request such as:
HEAD /index.html HTTP/1.0

, Tomcat returns contents of /index.html.
With HEAD method, a server should return only headers
according to RFC 2616.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>