Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ECB0111406 for ; Fri, 13 Jun 2014 12:12:01 +0000 (UTC) Received: (qmail 79916 invoked by uid 500); 13 Jun 2014 12:12:01 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 79879 invoked by uid 500); 13 Jun 2014 12:12:01 -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 79868 invoked by uid 99); 13 Jun 2014 12:12:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2014 12:12:01 +0000 Date: Fri, 13 Jun 2014 12:12:01 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HTTPCLIENT-1394) Native windows Negotiate/NTLM via JNA MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCLIENT-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14030567#comment-14030567 ] Oleg Kalnichevski commented on HTTPCLIENT-1394: ----------------------------------------------- Ryan, I did some work on integrating your code into the framework and the final result can be seen here: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/httpclient-win/src/examples/org/apache/http/examples/client/win/ClientWinAuth.java Feel free to review my latest changes. As far as I am concerned we are pretty much done. Oleg > Native windows Negotiate/NTLM via JNA > ------------------------------------- > > Key: HTTPCLIENT-1394 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1394 > Project: HttpComponents HttpClient > Issue Type: New Feature > Environment: Windows > Reporter: Ryan McKinley > Fix For: 4.4 Alpha1 > > Attachments: HTTPCLIENT-1394-jna.patch, HTTPCLIENT-1394-jna.patch > > > HttpClient has made great progress in supporting NTLM and Negotiate, but the setup often requires considerable configuration. Using native calls, we can authenticate the current logged in user directly via windows with no configuration. -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org