Repository: ant-ivy Updated Branches: refs/heads/master a3440606a -> 5904f7929
IVY-1563 Remove TODO which is no longer applicable given how proxy settings are dealt by the ProxySelector that's configured on the HttpClient Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/5904f792 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/5904f792 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/5904f792 Branch: refs/heads/master Commit: 5904f79294cfb9929ea2433396eb6c5826d6b57a Parents: a344060 Author: Jaikiran Pai <[email protected]> Authored: Mon Jul 24 18:52:30 2017 +0530 Committer: Jaikiran Pai <[email protected]> Committed: Mon Jul 24 18:52:30 2017 +0530 ---------------------------------------------------------------------- src/java/org/apache/ivy/util/url/HttpClientHandler.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/5904f792/src/java/org/apache/ivy/util/url/HttpClientHandler.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/ivy/util/url/HttpClientHandler.java b/src/java/org/apache/ivy/util/url/HttpClientHandler.java index 04d0008..2d4e3fc 100644 --- a/src/java/org/apache/ivy/util/url/HttpClientHandler.java +++ b/src/java/org/apache/ivy/util/url/HttpClientHandler.java @@ -352,9 +352,6 @@ class HttpClientHandler extends AbstractURLHandler implements AutoCloseable { if (authscope == null) { return null; } - // TODO: check if the credentials are requested for a proxy, in which case, we use the - // system configured proxy (system) properties to return the creds - final String realm = authscope.getRealm(); final String host = authscope.getHost(); final org.apache.ivy.util.Credentials ivyConfiguredCred = CredentialsStore.INSTANCE.getCredentials(realm, host);
