Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 19163 invoked from network); 26 Jun 2008 18:14:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 18:14:44 -0000 Received: (qmail 49843 invoked by uid 500); 26 Jun 2008 18:14:33 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 49822 invoked by uid 500); 26 Jun 2008 18:14:33 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 49810 invoked by uid 99); 26 Jun 2008 18:14:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 11:14:33 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.159] (HELO smtp5.freeserve.com) (193.252.22.159) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 18:13:43 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3412.me.freeserve.com (SMTP Server) with ESMTP id E63121C00089 for ; Thu, 26 Jun 2008 20:14:01 +0200 (CEST) Received: from smtp.homeinbox.net (unknown [91.109.151.72]) by mwinf3412.me.freeserve.com (SMTP Server) with ESMTP id 8FBDE1C00084 for ; Thu, 26 Jun 2008 20:14:00 +0200 (CEST) X-ME-UUID: 20080626181400588.8FBDE1C00084@mwinf3412.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by smtp.homeinbox.net (Postfix) with ESMTP id BAF101123AA for ; Thu, 26 Jun 2008 19:12:33 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from smtp.homeinbox.net ([127.0.0.1]) by localhost (server02.dev.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RAs8K8FMZW0K for ; Thu, 26 Jun 2008 19:12:29 +0100 (BST) Received: from [192.168.0.4] (unknown [192.168.0.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.homeinbox.net (Postfix) with ESMTPSA id BDE0811232A for ; Thu, 26 Jun 2008 19:12:29 +0100 (BST) Message-ID: <4863DC64.9020201@apache.org> Date: Thu, 26 Jun 2008 19:13:56 +0100 From: Mark Thomas User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: reading POST body fails on 6.0.16, works on 6.0.14 References: <4863B51E.6080400@noaa.gov> In-Reply-To: <4863B51E.6080400@noaa.gov> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org John Cartwright wrote: > Hello All, > > I have a very simple doPost method that reads the body of a POST > request. Seems to work fine on 6.0.14 but consistently fails to read > the body correctly in 6.0.16. Can someone help me with what's wrong here? https://issues.apache.org/bugzilla/show_bug.cgi?id=44494 Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org