On Thu, 2006-03-30 at 16:28 +0200, Roland Weber wrote: > 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. >
This is a known problem: http://issues.apache.org/bugzilla/show_bug.cgi?id=35554 Oleg > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
