Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
-
Unknown
Description
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.