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/02/14 07:30:44 UTC

DO NOT REPLY [Bug 6450] - error-by-one in partial HTTP/1.1 GET requests

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=6450>.
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=6450

error-by-one in partial HTTP/1.1 GET requests

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|Unknown                     |Catalina
         Resolution|                            |WORKSFORME
            Summary|error-by-one in partial     |error-by-one in partial
                   |HTTP/1.1 GET requests       |HTTP/1.1 GET requests



------- Additional Comments From remm@apache.org  2002-02-14 06:30 -------
You might want to try 4.0.2. There was 2 patial content related fixes, 
including a fix for an off-by-one content length error I found while testing 
the feature.
Just tried again to be sure:
GET /tomcat-docs/index.html HTTP/1.1
Host: localhost
Range: bytes=0-10
Returned:
HTTP/1.1 206 Partial Content
Content-Type: text/html
Content-Length: 11
Date: Thu, 14 Feb 2002 06:27:06 GMT
Content-Range: bytes 0-10/9720
ETag: "9720-1013657390000"
Server: Apache Tomcat/4.1-dev (HTTP/1.1 Connector)
Last-Modified: Thu, 14 Feb 2002 03:29:50 GMT

<html><head

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