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:
parent
ae4ebcc630
commit
91250b2a89
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue