On Wed, 2011-01-05 at 15:54 +0100, Claudio Martella wrote: > Done. > > It basically does a simple Basic authentication putting user and > password in the request: > > http://user:passw...@ip/ > > This doesn't happen with httpclient which tries a basic authentication > through the Authenticate header entry. > The question, though, is why although configured like i did, httpclient > does Basic instead of Digest like it should. >
HttpClient 3.1 is not capable of using any other scheme for preemptive authentication but BASIC. Besides, it is pointless to force DIGEST authentication in this case as the server would accept NTLM only. HttpClient 3.1 is EOL and is no longer supported. You may want to raise this as a change request with developers of Nutch and ask them to consider upgrading to HttpClient 4.x or 4.1.x Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
