Update section about SSPI authentication in RELASE_NOTES.txt

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1653876 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Osipov 2015-01-22 14:32:51 +00:00
parent 16e5662267
commit 793b840046
1 changed files with 5 additions and 4 deletions

View File

@ -28,10 +28,11 @@ period inactivity has elapsed)
and can be shared by multiple threads in order to re-use authentication state for subsequent
requests
* Native windows Negotiate/NTLM via JNA: when running on Windows OS HttpClient configured to use
native NTLM or SPNEGO authentication schemes can make use of platform specific functionality
via JNA and current user system credentials. This functionality is still considered experimental
and is known to have compatibility issues. Use at your discretion.
* Native Windows Negotiate and NTLM via SSPI through JNA: when running on Windows OS HttpClient
configured to use native NTLM or SPNEGO authentication schemes can make use of platform specific
functionality via JNA and current user credentials. This functionality is still considered
experimental, known to have compatibility issues and subject to change without prior notice.
Use at your discretion.
This release also includes all fixes from the stable 4.3.x release branch.