Formatting
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
087401fd1e
commit
83273bbe10
|
@ -82,7 +82,8 @@ public class ClientInteractiveAuthentication {
|
|||
if (sc == HttpStatus.SC_UNAUTHORIZED) {
|
||||
// Target host authentication required
|
||||
authState = (AuthState) localContext.getAttribute(ClientContext.TARGET_AUTH_STATE);
|
||||
} if (sc == HttpStatus.SC_PROXY_AUTHENTICATION_REQUIRED) {
|
||||
}
|
||||
if (sc == HttpStatus.SC_PROXY_AUTHENTICATION_REQUIRED) {
|
||||
// Proxy authentication required
|
||||
authState = (AuthState) localContext.getAttribute(ClientContext.PROXY_AUTH_STATE);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue