Return-Path: Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@www.apache.org Received: (qmail 6043 invoked from network); 16 Sep 2003 13:51:49 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Sep 2003 13:51:49 -0000 Received: (qmail 75591 invoked by uid 500); 16 Sep 2003 13:51:44 -0000 Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@jakarta.apache.org Received: (qmail 75501 invoked by uid 500); 16 Sep 2003 13:51:43 -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 75488 invoked from network); 16 Sep 2003 13:51:43 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 16 Sep 2003 13:51:43 -0000 Received: (qmail 9444 invoked by uid 50); 16 Sep 2003 13:54:37 -0000 Date: 16 Sep 2003 13:54:37 -0000 Message-ID: <20030916135437.9443.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-httpclient-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 23194] New: - default behaviour of useExpectHeader 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 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=23194 default behaviour of useExpectHeader Summary: default behaviour of useExpectHeader Product: Commons Version: unspecified Platform: All OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: HttpClient AssignedTo: commons-httpclient-dev@jakarta.apache.org ReportedBy: dputzeys@cognicase.be I suggest to set the ExpectContinueMethod.setUseExpectHeader per default to false or to arrange that per default it is not used. We lost an awfull lot of time in a project in which we used MultipartPostMethod via a proxy. Everthing worked fine in dev, however as soon as we started to use the proxy in production or testing environment we had severe problems. We lost several manday looking for the problem, including sniffing and logging op the proxy. It ended up to be the useexpectheader which was true per default. Putting in on false ended our problems... In my opinion it is a bit hard to make something default behaviour if the javadoc warns : handshake should be used with caution, as it may cause problems with HTTP servers and proxies that do not support HTTP/1.1 protocol. regards dirkp --------------------------------------------------------------------- To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org