Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 42700 invoked from network); 2 Feb 2010 17:34:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 17:34:21 -0000 Received: (qmail 36328 invoked by uid 500); 2 Feb 2010 17:34:20 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 36245 invoked by uid 500); 2 Feb 2010 17:34:20 -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 36234 invoked by uid 99); 2 Feb 2010 17:34:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 17:34:20 +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, 02 Feb 2010 17:34:19 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 73EA5234C1EF; Tue, 2 Feb 2010 09:33:59 -0800 (PST) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: DO NOT REPLY [Bug 48011] Parameters with contentType=multipart/form-data from request is null after FORM authentification checking X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 5 X-Bugzilla-Component: Unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: blocker X-Bugzilla-Who: serg.mavrov@gmail.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: 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 Message-Id: <20100202173359.73EA5234C1EF@brutus.apache.org> Date: Tue, 2 Feb 2010 09:33:59 -0800 (PST) https://issues.apache.org/bugzilla/show_bug.cgi?id=48011 --- Comment #8 from Serg Mavrov 2010-02-02 09:33:55 UTC --- (In reply to comment #7) > If you use multipart/form-data you are responsible for parsing parameters > contained within the request. Tomcat won't do this for you. > > After fixing the bugs in the supplied test case, I have stepped through the > code and confirmed that the saved request is correctly restored. Could you please publish your code with your fix? It would be very appropriate for me. Thanks. -- 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: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org