arpita dhundia wrote:
Hello people,
I am running into an issue using NTLM authentication with commons HttpClient
3.1. I have tried using JCIFS lib with HttpClient 4.0 for ntlm authentication
and its works well.
But now I am trying to use JCIFS with commons HttpClient 3.1 API.. Any idea how
can I do that?
You need to implement the following interface [1] and register your
custom implementation with HttpClient instead of the default one [2].
Oleg
[1]
http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/auth/AuthScheme.html
[2]
http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/auth/AuthPolicy.html
Thanks,
Arpita
Try the new Yahoo! India Homepage. Click here. http://in.yahoo.com/trynew
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]