HTTPCLIENT-1567: Update SPNEGO scheme name to 'Negotiate'

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1639771 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Osipov 2014-11-14 19:51:35 +00:00
parent ec9afb1a1a
commit 3b5df666a9

View File

@ -58,7 +58,7 @@ public final class AuthSchemes {
/**
* SPNEGO Authentication scheme.
*/
public static final String SPNEGO = "negotiate";
public static final String SPNEGO = "Negotiate";
/**
* Kerberos Authentication scheme.