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:
Oleg Kalnichevski 2007-07-21 12:01:38 +00:00
parent 087401fd1e
commit 83273bbe10
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}