Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 32250 invoked from network); 16 Jun 2009 19:31:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jun 2009 19:31:19 -0000 Received: (qmail 50696 invoked by uid 500); 16 Jun 2009 19:31:30 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 50527 invoked by uid 500); 16 Jun 2009 19:31:30 -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 50186 invoked by uid 99); 16 Jun 2009 19:31:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 19:31:29 +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; Tue, 16 Jun 2009 19:31:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 62FA9234C044 for ; Tue, 16 Jun 2009 12:31:07 -0700 (PDT) Message-ID: <155887040.1245180667393.JavaMail.jira@brutus> Date: Tue, 16 Jun 2009 12:31:07 -0700 (PDT) From: "kay lin (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=12720309#action_12720309 ] kay lin commented on HTTPCLIENT-579: ------------------------------------ Thanks Ortwin. Any suggestions on making httpclient 3.x to work with axis2 to support ntlm v2? Thanks, Kay. > 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 > > > 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