mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-27 13:25:35 +00:00
Minor tweaks to auth execution logging
This commit is contained in:
parent
92100e13a6
commit
9ea79c68c5
@ -257,6 +257,7 @@ public boolean updateAuthState(
|
||||
}
|
||||
|
||||
final Queue<AuthScheme> authOptions = new LinkedList<>();
|
||||
this.log.debug("Selecting authentication options");
|
||||
for (final AuthScheme authScheme: preferredSchemes) {
|
||||
try {
|
||||
final String schemeName = authScheme.getName();
|
||||
|
@ -96,7 +96,7 @@ public ProtocolExec(
|
||||
this.httpProcessor = Args.notNull(httpProcessor, "HTTP protocol processor");
|
||||
this.targetAuthStrategy = Args.notNull(targetAuthStrategy, "Target authentication strategy");
|
||||
this.proxyAuthStrategy = Args.notNull(proxyAuthStrategy, "Proxy authentication strategy");
|
||||
this.authenticator = new HttpAuthenticator(log);
|
||||
this.authenticator = new HttpAuthenticator();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user