DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28151>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28151 Proxy tunneling/auth with CONNECT for non-HTTP protocols ------- Additional Comments From [EMAIL PROTECTED] 2004-04-04 18:53 ------- Oleg, That's a much nicer way of doing it. In my original solution I was concerned about detachSocket confusing the HttpConnection (in fact it took me a lot of fiddling around to make so HttpConnection didn't close the Socket on me). Your solution has more code but is much cleaner so maintenance shoud be easier than with the few lines of my hack. If I understand your new code and HttpClient correctly, because you use the connect method directly, one should be able to control how the socket is created by using a non-secure ProtocolSocketFactory. Is this correct? If so awesome! Any idea about which release these changes would go into and when that release might occur? Thx, /Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]