Hello Jürgen, > Unfortunately I do not use the HttpClient classes directly, but have an > application (NetTool 4.5.1) which uses the HttpClient, without setting the > proxy in the API explicitely. > So my only possibility to set a proxy (and use HttpClient from behind a > firewall) would be, if the HttpClient implementation would pick up some > -Dxxx parameters or some property file for proxy specification.
Try changing the default parameters: http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/params/DefaultHttpParams.html#getDefaultParams() > For compatibility reasons with the SUN classes the -Dhttp... setting would > be great. It's up to your application to get those system properties and put them in the default parameters. hope that helps, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
