mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
#3095: Digest proxy authentication does not work in 1.10.1
This commit is contained in:
parent
b4d15d475a
commit
904236eefe
@ -464,6 +464,7 @@ void HTTPClientSession::proxyAuthenticateImpl(HTTPRequest& request, const ProxyC
|
|||||||
_proxyDigestCreds.setPassword(proxyConfig.password);
|
_proxyDigestCreds.setPassword(proxyConfig.password);
|
||||||
proxyAuthenticateDigest(request);
|
proxyAuthenticateDigest(request);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case PROXY_AUTH_NTLM:
|
case PROXY_AUTH_NTLM:
|
||||||
if (_ntlmProxyAuthenticated)
|
if (_ntlmProxyAuthenticated)
|
||||||
@ -478,6 +479,7 @@ void HTTPClientSession::proxyAuthenticateImpl(HTTPRequest& request, const ProxyC
|
|||||||
proxyAuthenticateNTLM(request);
|
proxyAuthenticateNTLM(request);
|
||||||
_ntlmProxyAuthenticated = true;
|
_ntlmProxyAuthenticated = true;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user