Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 5096 invoked from network); 16 Nov 2004 18:26:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Nov 2004 18:26:39 -0000 Received: (qmail 56964 invoked by uid 500); 16 Nov 2004 18:26:36 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 56896 invoked by uid 500); 16 Nov 2004 18:26:36 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 56874 invoked by uid 99); 16 Nov 2004 18:26:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of geoff.howard@gmail.com designates 64.233.170.198 as permitted sender) Received: from [64.233.170.198] (HELO rproxy.gmail.com) (64.233.170.198) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 16 Nov 2004 10:26:33 -0800 Received: by rproxy.gmail.com with SMTP id i8so861289rne for ; Tue, 16 Nov 2004 10:26:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=eGcSN1urQDxn4TkWSqXjmuLllJzHrQIHpQyBd//vcs4YyK+EYa94mym41A8vcMk7dIImUCk7wo3FJgN+a8stIKrb/k9ZdDl3JawzRASzGu0uODvHcrXx1SsopBvUSvkyMzHIsclr2aVk7fJ8kTFjnkSSi/Ts3bRqqLNo1unJtCo= Received: by 10.38.96.24 with SMTP id t24mr1185694rnb; Tue, 16 Nov 2004 10:26:26 -0800 (PST) Received: by 10.38.79.68 with HTTP; Tue, 16 Nov 2004 10:26:26 -0800 (PST) Message-ID: <90a75eb1041116102638dc618e@mail.gmail.com> Date: Tue, 16 Nov 2004 13:26:26 -0500 From: Geoff Howard Reply-To: Geoff Howard To: dev@cocoon.apache.org Subject: Re: DO NOT REPLY [Bug 31067] - [PATCH] MultipartParser can now handle multipart/mixed In-Reply-To: <20041113160453.26035.qmail@nagoya.betaversion.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041113160453.26035.qmail@nagoya.betaversion.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Bugzilla is broken the last few times I've cheked, but if anyone is tracking this issue on the dev list, I've found a problem with this patch. It causes a parse exception when both a text input and a file are sent in the same request. I don't have time to track it down right now - I can send my version of the patch if someone else wants to work on it. Geoff On 13 Nov 2004 16:04:53 -0000, bugzilla@apache.org wrote: > 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=31067 > > [PATCH] MultipartParser can now handle multipart/mixed > > ------- Additional Comments From javageoff@yahoo.com 2004-11-13 16:04 ------- > I've tested the patch locally and it does appear to work, except that the > mulitpart request also needed to be modified to account for the Vector of Parts > which were not being cleaned up at the end of the request. Before I commit I'd > like to look over the patch to understand the changes better. > > Geoff >