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=36600>. 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=36600 Summary: GetMothod returns to port 80 Product: HttpClient Version: 3.0 RC4 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: HttpClient AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] If I create an HttpClient as follows: Client = new HttpClient(); //establish a connection within 5 seconds Client.getHttpConnectionManager(). getParams().setConnectionTimeout(TIMEOUT); Client.getHostConfiguration().setHost(Host, 3245, "http"); HttpClientParams parms=Client.getParams(); parms.setBooleanParameter(HttpMethodParams.SINGLE_COOKIE_HEADER, true); parms.setCookiePolicy(CookiePolicy.RFC_2109); Then, using GetMethod, I pass in a relative path to a file on that host, here's what I see in the log... 2005/09/11 15:10:43:912 EDT [DEBUG] HttpConnection - Open connection to orgmeta.xmlsweb.com:80 Why is is accessing this on port 80 when I specified 3245? I think this problem should be addressed and will be happy to help fix it. -- 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]
