Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 7670 invoked from network); 17 Oct 2005 14:20:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2005 14:20:10 -0000 Received: (qmail 11107 invoked by uid 500); 17 Oct 2005 14:20:04 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 11045 invoked by uid 500); 17 Oct 2005 14:20:04 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 11034 invoked by uid 500); 17 Oct 2005 14:20:04 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 11030 invoked by uid 99); 17 Oct 2005 14:20:04 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 07:20:03 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 5B18D237; Mon, 17 Oct 2005 16:19:42 +0200 (CEST) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 37121] New: - HTTP Static Partial Content Bug X-Bugzilla-Reason: AssignedTo Message-Id: <20051017141942.5B18D237@ajax.apache.org> Date: Mon, 17 Oct 2005 16:19:42 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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