[ http://issues.apache.org/jira/browse/HTTPCLIENT-579?page=comments#action_12412307 ]
Konstantin Kasatkin commented on HTTPCLIENT-579: ------------------------------------------------ I've used commonly 3 sources of knowledge. http://davenport.sourceforge.net/ntlm.html - The NTLM Authentication Protocol by Eric Glass, 2003 http://sourceforge.net/projects/jtds - jTDS - SQL Server and Sybase JDBC driver http://ubiqx.org/cifs/index.html - The book "Implementing CIFS: The Common Internet FileSystem" by Christopher R. Hertel, 2003 Improvement codes are in attachment. > NTLMv2 implemetation is ready > ----------------------------- > > Key: HTTPCLIENT-579 > URL: http://issues.apache.org/jira/browse/HTTPCLIENT-579 > Project: Jakarta HttpClient > Type: Improvement > Components: HttpAuth > Versions: 3.0 Final > Environment: WIndows 2000 Pro SP4, JDK 1.4.2 > Reporter: Konstantin Kasatkin > > 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]