HttpClientBuilder does not use system properties for proxy

2016-04-15 Thread Philip Kahle
Hi, I am instantiating a HttpClientBuilder like this and tried to make it use the Java system properties for a proxy server via useSystemProperties(): protected static HttpClientBuilder builder; ... PoolingHttpClientConnectionManager cm = new PoolingHttpClientConnectionManager(); builder =

Re: HttpClientBuilder does not use system properties for proxy

2016-04-15 Thread Oleg Kalnichevski
On Fri, 2016-04-15 at 11:59 +0200, Philip Kahle wrote: > Hi, > > I am instantiating a HttpClientBuilder like this and tried to make it > use the Java system properties for a proxy server via useSystemProperties(): > > protected static HttpClientBuilder builder; > ... >

RE: HttpClientBuilder does not use system properties for proxy

2016-04-15 Thread Mark A. Claassen
> However, here localMachineName and domainName have to be guessed somehow... This was not your main question, but I think this can be used to get that other information (on Windows): workstation = System.getenv("COMPUTERNAME"); domain =