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=38003>. 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=38003 ------- Additional Comments From [EMAIL PROTECTED] 2005-12-22 13:12 ------- (In reply to comment #5) > GetMethod("/") in your example produces the behavior I would expect. Thank > you > for bringing that to my attention. > > So my workaround would be to parse my uri and convert it to a relative uri. > > GetMethod("http://google.com/") does not work as I expect. It will ignore the > Host I set. This is not desirable. > This issue has been beaten to death on the httpclient-dev. The host name specified in the request URI overrides the corresponding settings in the HostConfiguration. Period. I admit the existing API is suboptimal. We are perfectly aware of this fact, but we cannot change the way HttpClient behaves (or misbehaves if you please) for the 3.0 series of releases Oleg -- 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]
