Hi Alan,

> But one HttpClient instance can only use one auth scheme priority list at a
> time. If I specify NTLM has a higher priority than Negotiate, HttpClient
> will try to use NTLM to authenticate with the web server which will fail.

Yak. You might have found a limitation in the API there.

> How can I resolve it?

Download the source of HttpClient and change it? Maybe you can even spend
some extra time and submit a patch?

> Also, can I share a MultiThreadedHttpConnectionManager by more than one
> instance of HttpClient?

Yes.

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to