You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2018/08/28 12:20:00 UTC

httpcomponents-client git commit: Fixed call to get proxy auth state

Repository: httpcomponents-client
Updated Branches:
  refs/heads/4.5.x e6c226d5f -> 46638fa7e


Fixed call to get proxy auth state


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/commit/46638fa7
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/tree/46638fa7
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/diff/46638fa7

Branch: refs/heads/4.5.x
Commit: 46638fa7e1433f5087ab1cde7652a0c60d8ac75c
Parents: e6c226d
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Tue Aug 28 14:19:20 2018 +0200
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Tue Aug 28 14:19:20 2018 +0200

----------------------------------------------------------------------
 .../org/apache/http/examples/client/ClientConfiguration.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/46638fa7/httpclient/src/examples/org/apache/http/examples/client/ClientConfiguration.java
----------------------------------------------------------------------
diff --git a/httpclient/src/examples/org/apache/http/examples/client/ClientConfiguration.java b/httpclient/src/examples/org/apache/http/examples/client/ClientConfiguration.java
index af1c1a5..6134dac 100644
--- a/httpclient/src/examples/org/apache/http/examples/client/ClientConfiguration.java
+++ b/httpclient/src/examples/org/apache/http/examples/client/ClientConfiguration.java
@@ -258,7 +258,7 @@ public class ClientConfiguration {
                 // Target auth state
                 context.getTargetAuthState();
                 // Proxy auth state
-                context.getTargetAuthState();
+                context.getProxyAuthState();
                 // Cookie origin
                 context.getCookieOrigin();
                 // Cookie spec used