You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Ralf Steppacher (Jira)" <ji...@apache.org> on 2020/05/05 08:57:00 UTC

[jira] [Created] (CAMEL-15012) Camel-Http: Endpoint parameters proxyHost and proxyPort are ignored

Ralf Steppacher created CAMEL-15012:
---------------------------------------

             Summary: Camel-Http: Endpoint parameters proxyHost and proxyPort are ignored
                 Key: CAMEL-15012
                 URL: https://issues.apache.org/jira/browse/CAMEL-15012
             Project: Camel
          Issue Type: Bug
          Components: camel-http
    Affects Versions: 3.1.0
            Reporter: Ralf Steppacher


The {{proxyHost}} and {{proxyPort}} query parameters are ignored by the camel-http compoment. They probably should be handled in {{org.apache.camel.component.http.HttpComponent#configureHttpProxy}}. Right now that method only handles {{proxyAuthHost}} and {{proxyAuthPort}}.

 

Using those query parameters seems to be the workaround, too, as {{org.apache.camel.component.http.ProxyHttpClientConfigurer}} makes no distinction between authentication and non-authenticating proxies.

 

Relates to CAMEL-10216.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)