Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 85266 invoked from network); 18 May 2006 08:05:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 May 2006 08:05:53 -0000 Received: (qmail 56698 invoked by uid 500); 18 May 2006 08:05:52 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 56667 invoked by uid 500); 18 May 2006 08:05:51 -0000 Mailing-List: contact httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "HttpClient Project" Reply-To: "HttpClient Project" Delivered-To: mailing list httpclient-dev@jakarta.apache.org Received: (qmail 56655 invoked by uid 99); 18 May 2006 08:05:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 01:05:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 01:05:49 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DCE047142C0 for ; Thu, 18 May 2006 08:05:18 +0000 (GMT) Message-ID: <3672815.1147939518901.JavaMail.jira@brutus> Date: Thu, 18 May 2006 08:05:18 +0000 (GMT+00:00) From: "Konstantin Kasatkin (JIRA)" To: httpclient-dev@jakarta.apache.org Subject: [jira] Commented: (HTTPCLIENT-579) NTLMv2 implemetation is ready In-Reply-To: <29894818.1147938786977.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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: httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org