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 27817 invoked from network); 25 Apr 2003 13:48:22 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Apr 2003 13:48:22 -0000 Received: (qmail 18497 invoked by uid 50); 25 Apr 2003 13:50:21 -0000 Date: 25 Apr 2003 13:50:21 -0000 Message-ID: <20030425135021.18496.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-httpclient-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 19250] - The PostMethod did not bring back response headers from proxy servers X-Spam-Rating: daedalus.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=19250 The PostMethod did not bring back response headers from proxy servers ------- Additional Comments From becke@u.washington.edu 2003-04-25 13:50 ------- Wow that is ugly:) Unfortuantely though I agree this is the way to go for now. There is no other way to return the response, except to force it on the original method. It seems like we may also want to fake the response body on the method as well. It looks like a little extra code for HttpConnection was accidentally added as well. I'm guessing this is from the patch for bug #19286. We will also need to resolve this one with the fix for bug #19226, as they both patch HttpMethodBase.shouldCloseConnection(). Mike