On Wed, 2006-05-17 at 16:02 +0400, Kasatkin Konstantin wrote: 
> Hello guys,

Privet Konstantin,

> 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.

Support for NTLMv2 would be a very welcome and much appreciated
contribution. The trouble is accepting this code may have legal
implications for the HttpComponents project and the Apache Software
Foundation in general. The NTLMv2 is a proprietary authentication scheme
and may be covered by patents held by Microsoft. So, we will have to see
how we can accept this code without potentially getting ourselves into a
legal trouble.

Please open an enhancement request in Jira and attach relevant files to
it. We will take it from there.

http://issues.apache.org/jira/browse/HTTPCLIENT

> Maybe it is possible to join me to your team?
> 

We are gladly accepting new contributions and based on merits of those
contributions and continued participation in the project invite active
contributors to join the project as full fledged members (referred to as
committers). However, essentially anyone who takes interest in day to
day running of the project and is active on the mailing lists (both user
and dev) is treated as a de facto member of the team. 

You can start off by subscribing to the mailing list.

Cheers,

Oleg


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

Reply via email to