[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13752569#comment-13752569
 ] 

Sebb commented on HTTPCLIENT-1394:
----------------------------------

I favour using a separate module for the code; it could be optional via a 
profile.

I don't suppose it is possible to automatically use the code if it is available 
on the class path, and drop back if not?

==

Some minor issues (these could be fixed after commit):
- there are some tabs in the source; we only use spaces
- the CurrentUserCredentials singleton could be provided using the IODH idiom
- we don't use wildcard imports
- some classes use @SuppressWarnings("deprecation") which seems odd for new code
- svn:executable: * should not be used on source files
- several files don't have a final EOL
                
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to