Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 15129 invoked from network); 7 Jul 2009 20:38:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jul 2009 20:38:38 -0000 Received: (qmail 18388 invoked by uid 500); 7 Jul 2009 20:38:47 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 18317 invoked by uid 500); 7 Jul 2009 20:38:47 -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 18305 invoked by uid 99); 7 Jul 2009 20:38:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 20:38:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 20:38:45 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 5A529234C1E6; Tue, 7 Jul 2009 13:38:25 -0700 (PDT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 33098] request body with C-L but early EOF does not error X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: Core X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rpluem@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: In-Reply-To: References: Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090707203825.5A529234C1E6@brutus.apache.org> Date: Tue, 7 Jul 2009 13:38:25 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=33098 --- Comment #7 from Ruediger Pluem 2009-07-07 13:38:24 PST --- (In reply to comment #6) > mod_dav just reads until it sees an EOS bucket. > > It ignores all metadata buckets. Is there some error bucket when the post body > is too short that mod_dav could use to detect the error? No, but if not all content was sent it shouldn't see an EOS bucket. Instead if the content is not sent completely ap_get_brigade should return an error (most likely a timeout). And in fact it does (see line 978 of mod_dav.c on trunk). And ap_xml_parse_input does as well. -- 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