You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2013/08/27 23:43:51 UTC

[jira] [Updated] (HTTPCLIENT-1394) Native windows Negotiate/NTLM via JNA

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley updated HTTPCLIENT-1394:
--------------------------------------

    Attachment: HTTPCLIENT-1394-jna.patch

Here is a patch adding a WindowsNegotiateScheme that uses JNA.

Take a look and let me know what you guys think.

Big open questions:
1. What should we do with Credentials?  This adds a singleton CurrentUserCredentials, but it is not really used

2. Testing?  are there useful tests we can add without a server side implementation?  For the existing NTLM, i see assertions for the engine, but not the schema.  For Kerberose and SPNego I don't see anything.

3. Default configuration?  This implementation obviously needs to prove itself, but should this be the default on windows rather than SPNegoSchemeFactory?







                
> 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
>         Attachments: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org