Authentication with multiple realms.

2014-03-24 Thread d_k
Hello. I'm using httpclient-4.1.1 and i'm trying to authenticate with different users on different realms but it seems to fail. i create several AuthScope objects with the same host and port and a different realm for each one. If I pass schema as null then httpclient will attempt to send the

Re: Authentication with multiple realms.

2014-03-24 Thread Oleg Kalnichevski
On Mon, 2014-03-24 at 17:54 +0200, d_k wrote: Hello. I'm using httpclient-4.1.1 and i'm trying to authenticate with different users on different realms but it seems to fail. Before I even start looking into this, is there a reason you are not using a newer version of HttpClient (preferably

Re: Authentication with multiple realms.

2014-03-24 Thread Oleg Kalnichevski
On Mon, 2014-03-24 at 18:38 +0200, d_k wrote: I'm upgrading a Nutch plugin that used httpclient 3.x and because Nutch was already dependent on httpclient 4.1.1 I decided to avoid adding a new dependency on httpclient 4.3 and use the existing dependency on 4.1.1 I can take a look at the

Connection leakage from Migrating 4.2.3 - 4.3.3

2014-03-24 Thread Nick Chang
Hello, We are using httpclient to build a web proxy application in our product. We use 4.2.3 version and it has been working flawlessly. Now I am trying to migrate the product's httpclient library from 4.2.3 to 4.3.3 to achieve SNI-Extension support with JDK1.7. We have to re-factor several