maintaining authentication state between multiple threads/hosts

2014-03-10 Thread d_k
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 shouldn't reuse the same HttpContext between different

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