Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 4743 invoked from network); 17 Jul 2003 09:50:05 -0000 Received: from smtp.bearingpoint.com (HELO KCCXOEX11.corp.kpmgconsulting.com) (57.80.136.23) by daedalus.apache.org with SMTP; 17 Jul 2003 09:50:05 -0000 Received: from kccxoex06.corp.kpmgconsulting.com ([10.98.3.31]) by KCCXOEX11.corp.kpmgconsulting.com with Microsoft SMTPSVC(5.0.2195.5329); Thu, 17 Jul 2003 09:47:26 +0000 x-mimeole: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Handling HTTP 1.1 status 100 responses Date: Thu, 17 Jul 2003 10:50:17 +0100 Message-ID: <825BF35A92B3F0479CC164ECBBE9376E0DE5C2@kccxoex06.corp.kpmgconsulting.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Handling HTTP 1.1 status 100 responses Thread-Index: AcNMQj7jXcIyD/0ITkirvA4QfKy6oAAAQ40Q From: "Kalnichevski, Oleg" To: "Commons HttpClient Project" X-OriginalArrivalTime: 17 Jul 2003 09:47:26.0562 (UTC) FILETIME=[6E228C20:01C34C48] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Patrick, You should not be receiving 100 status code in the first place. This is = what RFC2616, paragraph 8.2.3 says: - 100 (continue) is a provisional response, and as such must be followed = by a regular response - Unexpected 1xx status codes MUST be ignored What it basically implies is that 1xx status codes are for HTTP agent's = and HTTP target server's internal use and should not be returned to the = user Please refer to the RFC2616 for me details http://www.ietf.org/rfc/rfc2616.txt Just upgrade to 2.0beta2 and live happily ever after Oleg -----Original Message----- From: patrick.baeyens@accenture.com [mailto:patrick.baeyens@accenture.com] Sent: Thursday, July 17, 2003 11:03 AM To: Commons HttpClient Project Subject: RE: Handling HTTP 1.1 status 100 responses Hi Oleg, the HTTP 1.1. standard allows a HTTP/1.1 100 response to be sent back to the client if: he accepts version 1.1, he explicitly asked for a continue (the tipical status 100 handshake) OR just to signal the client he is processing the request and it may take a little longer (without any explicit continue header). I find myself in = this second case and I cannot blame the server since he is compliant with the standard. Is there any other way I can skip this first response without having to re-execute the postMethod? thanks a lot, Patrick This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete = the original. Any other use of the email by you is prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: = commons-httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: = commons-httpclient-dev-help@jakarta.apache.org