Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 36569 invoked from network); 18 Jun 2009 08:28:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jun 2009 08:28:20 -0000 Received: (qmail 95127 invoked by uid 500); 18 Jun 2009 08:28:31 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 95074 invoked by uid 500); 18 Jun 2009 08:28:31 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 95064 invoked by uid 99); 18 Jun 2009 08:28:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 08:28:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 08:28:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5D2CB234C044 for ; Thu, 18 Jun 2009 01:28:07 -0700 (PDT) Message-ID: <726535128.1245313687369.JavaMail.jira@brutus> Date: Thu, 18 Jun 2009 01:28:07 -0700 (PDT) From: "Reflex (JIRA)" To: dev@hc.apache.org Subject: [jira] Commented: (HTTPCLIENT-579) NTLMv2 support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCLIENT-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721122#action_12721122 ] Reflex commented on HTTPCLIENT-579: ----------------------------------- Kasatkin, I had a look at the build.xml file. It looks like this. Anyhow thanks for sharing the logic to build the commons-httpclient-3.0-ntlm-2.0.jar Regards, Reflex > NTLMv2 support > -------------- > > Key: HTTPCLIENT-579 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-579 > Project: HttpComponents HttpClient > Issue Type: Improvement > Components: HttpAuth > Affects Versions: 3.0 Final > Environment: WIndows 2000 Pro SP4, JDK 1.4.2 > Reporter: Konstantin Kasatkin > Fix For: 3.1 Alpha 1 > > Attachments: ntlmv2-session-security.diff, NTLMv2.rar, NTLMV21.RAR > > > 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. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org