You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2015/01/22 15:32:52 UTC

svn commit: r1653876 - /httpcomponents/httpclient/trunk/RELEASE_NOTES.txt

Author: michaelo
Date: Thu Jan 22 14:32:51 2015
New Revision: 1653876

URL: http://svn.apache.org/r1653876
Log:
Update section about SSPI authentication in RELASE_NOTES.txt

Modified:
    httpcomponents/httpclient/trunk/RELEASE_NOTES.txt

Modified: httpcomponents/httpclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/RELEASE_NOTES.txt?rev=1653876&r1=1653875&r2=1653876&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Thu Jan 22 14:32:51 2015
@@ -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.