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=34780>. 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=34780 ------- Additional Comments From [EMAIL PROTECTED] 2005-05-11 14:55 ------- Line 381 in HttpClient.java is still causing a problem (after applying the patch against the SVN trunk): hostconfig = new HostConfiguration(defhostconfig); If you re-run the JUnit test case in the attachments, it will come back with a connection timeout on the executeMethod() call that is using a HostConfiguration with a proxy set. This is because of line 381 making a copy of a default HostConfiguration object with no proxy information set. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
