Multiple http clients at one runtime

2012-12-12 Thread Eugen Kondrashev
Hi experts, I'm using commons-httpclient-3.1 for my project purposes. There are infrastructure and client layers in the project. Infrastructure uses http client to talk to the server(over ssl), while client layer performing requests to third party sites(both http\https). And the requirement

Problems with NTLM proxy authentication and SystemDefaultHttpClient

2012-12-12 Thread Daz DeBoer
Hi First of all thanks for the great library. As a core Gradle developer, I really appreciate the power and flexibility that comes with HttpClient. (Gradle made the switch from java.net.URL based downloading to using HttpClient over a year ago.) While it seems to work most of the time,

Re: Multiple http clients at one runtime

2012-12-12 Thread Oleg Kalnichevski
On Wed, 2012-12-12 at 20:27 +0400, Eugen Kondrashev wrote: Hi experts, I'm using commons-httpclient-3.1 for my project purposes. There are infrastructure and client layers in the project. Infrastructure uses http client to talk to the server(over ssl), while client layer performing

Re: Problems with NTLM proxy authentication and SystemDefaultHttpClient

2012-12-12 Thread Oleg Kalnichevski
On Wed, 2012-12-12 at 09:28 -0700, Daz DeBoer wrote: Hi First of all thanks for the great library. As a core Gradle developer, I really appreciate the power and flexibility that comes with HttpClient. (Gradle made the switch from java.net.URL based downloading to using HttpClient over a year