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 2001/12/29 06:01:11 UTC

DO NOT REPLY [Bug 5617] New: - 416 Requested Range Not Satisfiable used incorrectly

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

416 Requested Range Not Satisfiable used incorrectly

           Summary: 416 Requested Range Not Satisfiable used incorrectly
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HTTP/1.1 Connector
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: justin@onionnetworks.com


When issuing a Range request that is larger than the file size, Tomcat
incorrectly returns a 416 error when it should instead successfully return a 206
or at least a 200.

>From the HTTP/1.1 spec section 14.35.1:

"If the last-byte-pos value is absent, or if the value is greater than or equal
to the current length of the entity-body, last-byte-pos is taken to be equal to
one less than the current length of the entity- body in bytes."

I would greatly appreciate an ETA for when this bug might be fixed.

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