Hi Konstantin,

This sounds interesting. It would be nice to have a look at your code. Can you put it on a server somewhere?

Here is some strategic information:
We would like to completely factor out NTLM (1 and 2) of HttpClient code. It is complex and can not be maintained sufficiently enough by the current community. We have had a look at JCIFS and it looks like we could use that library. But currently there are still legal issues with bundling LGPL code with ASF licensed projects. That's why we have not made efforts so far. These issues are however to be alleviated in the near future: http://www.mail-archive.com/commons-dev%40jakarta.apache.org/msg79380.html

Our only option for the moment is to open a SourceForge project to develop the LGPL code that links the JCIFS library to the HttpClient API.

Ortwin

Kasatkin Konstantin wrote:
Hello guys, recently I've encouner the problem how to interact with
HTTP resourses protected tough security policy allowed to use only
NTLMv2 authorization scheme from a java application.

Earlier I used httpclient to accomplish NTLMv1 authorization, but
when I was requested to move to NTLMv2 I was surprised, that
httpclient does not support this.

I've dug all the Internet and found some articles and examples how to
implement it, and finally having compiled all this enormous heap of
information, I have a couple modified classes from httpclient
project, that I'd like to share with you and other users of
httpclient.

Also I have written a HTTPHandler, that I use with Axis to provide
the ability to connect to WebServices through NTLM.

Please give me the details how to share my knowledge. Maybe it is
possible to join me to your team?


--
[web]  http://www.odi.ch/
[blog] http://www.odi.ch/weblog/
[pgp]  key 0x81CF3416
       finger print F2B1 B21F F056 D53E 5D79 A5AF 02BE 70F5 81CF 3416

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

Reply via email to