Reverted change to the public const value

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1339141 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2012-05-16 12:41:45 +00:00
parent ae4ebcc630
commit 91250b2a89
1 changed files with 1 additions and 1 deletions

View File

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