reta commented on code in PR #3255:
URL: https://github.com/apache/cxf/pull/3255#discussion_r3520080867


##########
rt/transports/http-hc5/src/main/java/org/apache/cxf/transport/http/asyncclient/hc5/AsyncHTTPConduit.java:
##########
@@ -553,6 +556,26 @@ public Credentials getCredentials(final AuthScope 
authscope, HttpContext context
             };
 
             ctx.setCredentialsProvider(credsProvider);
+            if (proxyAuthorizationPolicy != null && 
proxyAuthorizationPolicy.getUserName() != null) {
+                // We only support BasicAuth
+                ctx.setAuthCache(new AuthCache() {

Review Comment:
   Exactly, I had some difficulties with properly passing pathPrefix, but I 
think we will make it work, the proxy host / port is available, I we try to 
wrap it up today, thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to