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 2005/10/17 16:19:42 UTC

DO NOT REPLY [Bug 37121] New: - HTTP Static Partial Content Bug

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=37121

           Summary: HTTP Static Partial Content Bug
           Product: Tomcat 5
           Version: 5.5.12
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: RFC
          Severity: normal
          Priority: P2
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: karthikkumar@gmail.com


I observed this with a binary file of size: 26278368 bytes ...

When I threw this particular HTTP Request: 

GET /Image.sub HTTP/1.1
Host: localhost
Accept: */*
Referer: http://localhost/crap
User-Agent: Mozilla/4.0 (compatible; MSIE 5.00; Windows 98)
Range: bytes=26276541-
Pragma: no-cache
Cache-Control: no-cache
Connection: close

i.e. last 1827 bytes or so, Tomcat failed to send _ANY_ data...

However, it worked with a larger range of bytes before the end (say: 26000000-)
or so.. 

I tried testing the same file, with the same request on HTTPD 2.0.55 ... It
worked just fine, and gave me the last few bytes.

Hence, I am reporting this as a bug.

Please look into it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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