From 793b840046a98c1f593ccafb05b524f04528b6be Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Thu, 22 Jan 2015 14:32:51 +0000 Subject: [PATCH] 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 --- RELEASE_NOTES.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 01d8bc3b8..142e1e719 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -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.