Return-Path: X-Original-To: apmail-httpd-bugs-archive@www.apache.org Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB065832A for ; Fri, 9 Sep 2011 15:33:16 +0000 (UTC) Received: (qmail 97675 invoked by uid 500); 9 Sep 2011 15:33:16 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 97584 invoked by uid 500); 9 Sep 2011 15:33:15 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 97575 invoked by uid 99); 9 Sep 2011 15:33:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 15:33:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 15:33:13 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 9B5373C491; Fri, 9 Sep 2011 15:32:53 +0000 (UTC) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 51725] Multiple Range: request accepted as "Range: n-m" Date: Fri, 09 Sep 2011 15:32:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: Core X-Bugzilla-Keywords: RFC X-Bugzilla-Severity: normal X-Bugzilla-Who: wrowe@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=51725 --- Comment #3 from William A. Rowe Jr. 2011-09-09 15:32:52 UTC --- You are correct, it can't be split between bytes=n-n and n-n lines per spec. I'm looking right now at clarifications to the spec on this subject. Unlike our recent fix, detecting commas within Content-Length headers, we can't simply look for a comma to determine if the ranges were merged. A more comprehensive fix is needed in the long term which I am designing for 2.3 initially; in the short term our advisory will be updated per your feedback. Thanks for the report. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org