Re: maintaining authentication state between multiple threads/hosts

2014-03-11 Thread Oleg Kalnichevski
On Mon, 2014-03-10 at 19:04 +0200, d_k wrote: > I'm using HttpClient 4.1.1 and i'm performing multiple requests to several > web servers (using nutch 2.x) that requires authentication. > > I've read that I can save the authentication state between calls by passing > the same HttpContext but that I

Migrating from 4.1 to 4.3

2014-03-11 Thread Joan Balagueró
Hello, I’m porting my app from httpclient4.1 to httpclient4.3 and I have several doubts: 1. Where can I set the manager connection timeout? HttpClientParams.setConnectionManagerTimeout(this.objHttpParams, 1); 2. Where can I set the default connection timeout? HttpConnectio