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

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1639801 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Osipov 2014-11-14 22:29:45 +00:00
parent 172592dbce
commit ccbf517475

View File

@ -67,7 +67,7 @@ private AuthPolicy() {
*
* @since 4.1
*/
public static final String SPNEGO = "negotiate";
public static final String SPNEGO = "Negotiate";
/**
* Kerberos Authentication scheme.