Align scheme names
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1580242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c85a1e0344
commit
444b41a0a4
|
@ -68,7 +68,8 @@ abstract class AuthenticationStrategyImpl implements AuthenticationStrategy {
|
|||
private final Log log = LogFactory.getLog(getClass());
|
||||
|
||||
private static final List<String> DEFAULT_SCHEME_PRIORITY =
|
||||
Collections.unmodifiableList(Arrays.asList(AuthSchemes.SPNEGO,
|
||||
Collections.unmodifiableList(Arrays.asList(
|
||||
AuthSchemes.SPNEGO,
|
||||
AuthSchemes.KERBEROS,
|
||||
AuthSchemes.NTLM,
|
||||
AuthSchemes.DIGEST,
|
||||
|
|
Loading…
Reference in New Issue