Skip to content

Commit

Permalink
Merge pull request #28 from BluePyth/master
Browse files Browse the repository at this point in the history
This commit should fix issue AHC-116
  • Loading branch information
jfarcand committed Oct 25, 2011
2 parents fbf9ca5 + 7dd076c commit f2d8031
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -631,7 +631,7 @@ private static HttpRequest construct(AsyncHttpClientConfig config,
}

if (proxyServer.getPrincipal() != null) {
if (proxyServer.getNtlmDomain() != null) {
if (proxyServer.getNtlmDomain() != "") {

List<String> auth = request.getHeaders().get(HttpHeaders.Names.PROXY_AUTHORIZATION);
if (!(auth != null && auth.size() > 0 && auth.get(0).startsWith("NTLM"))) {
Expand Down

0 comments on commit f2d8031

Please sign in to comment.