You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by bu...@apache.org on 2003/04/29 14:58:20 UTC

DO NOT REPLY [Bug 15534] - Inadequate HTTP proxy server support in HttpClient.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15534>.
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=15534

Inadequate HTTP proxy server support in HttpClient.

olegk@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|2.0 Beta 2                  |2.1 Final



------- Additional Comments From olegk@apache.org  2003-04-29 12:58 -------
The problem has been worked around by means of a very ugly hack. A better 
solution does not appear possible without a significant redesign. Possible 
solution would be to split monolithic HttpMethod interface into a pair of 
HttpRequest/HttpResponse interfaces, which would allow executing extra requests 
(such as CONNECT request or GET request in response to POST request redirect) 
behind the scene and returning the resultant response to the caller.

Oleg