Return-Path: Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@www.apache.org Received: (qmail 56478 invoked from network); 12 Nov 2003 00:27:44 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Nov 2003 00:27:44 -0000 Received: (qmail 46001 invoked by uid 500); 12 Nov 2003 00:27:28 -0000 Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@jakarta.apache.org Received: (qmail 45978 invoked by uid 500); 12 Nov 2003 00:27:28 -0000 Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Commons HttpClient Project" Reply-To: "Commons HttpClient Project" Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 45953 invoked from network); 12 Nov 2003 00:27:27 -0000 Received: from unknown (HELO vscan4.vignette.com) (12.110.208.105) by daedalus.apache.org with SMTP; 12 Nov 2003 00:27:27 -0000 Received: from vscan4.vignette.com ([10.20.16.161]) by vscan4.vignette.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 11 Nov 2003 18:27:35 -0600 Received: FROM omail2.vignette.com BY vscan4.vignette.com ; Tue Nov 11 18:27:35 2003 -0600 Received: from localhost (iogateway2.vignette.com [10.20.16.136]) by omail2.vignette.com (8.12.9/8.12.2) with SMTP id hAC0QX02012265 for ; Tue, 11 Nov 2003 18:26:33 -0600 (CST) Received: (qmail 9486 invoked from network); 12 Nov 2003 00:27:41 -0000 Received: from imc2.vignette.com (10.20.16.155) by iogateway2.vignette.com with SMTP; 12 Nov 2003 00:27:41 -0000 Received: by imc2.vignette.com with Internet Mail Service (5.5.2657.72) id ; Tue, 11 Nov 2003 18:27:34 -0600 Message-ID: <1864D3336EDABC4B851254D08F168F9F2C4A79@hqexchange5.vignette.com> From: "Kaufmann, Scott" To: Commons HttpClient Project Subject: RE: 500 Server Error from IIS 4.0 with large Content-Length Date: Tue, 11 Nov 2003 18:27:33 -0600 X-MS-TNEF-Correlator: <1864D3336EDABC4B851254D08F168F9F2C4A79@hqexchange5.vignette.com> MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C3A8B3.C3EC2AC9" X-OriginalArrivalTime: 12 Nov 2003 00:27:35.0615 (UTC) FILETIME=[C51D4CF0:01C3A8B3] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_000_01C3A8B3.C3EC2AC9 Content-Type: text/plain; charset="utf-8" Figured it out. Needed to use setStrictMode(true). Seems to be working now. Thanks for the suggestions. Scott -----Original Message----- From: Kaufmann, Scott Sent: Mon 11/10/2003 3:07 PM To: commons-httpclient-dev@jakarta.apache.org Cc: Subject: 500 Server Error from IIS 4.0 with large Content-Length I'm using 2.0-rc2 of http client to mimic a form based application. Everything works fine until the Content-Length of my post gets above ~45K. Then I get an IIS 4.0 genereated 500 Server Error with the response body reading: ErrorNot enough storage is available to complete this operation. However, if I use the GUI based form to post the same content from IE, it works without problems. Any ideas? Thanks, Scott --------------------------------------------------------------------- To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org ------_=_NextPart_000_01C3A8B3.C3EC2AC9 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org ------_=_NextPart_000_01C3A8B3.C3EC2AC9--