Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.17.2
-
Fix Version/s: 2.18.0
-
Component/s: camel-http4
-
Labels:None
-
Estimated Complexity:Unknown
Description
ProxyHost and ProxyPort endpoint parameters are ignored in camel-http4, they come from http-common endpoint and you're able to set a proxy by using proxy.host and proxy.port system properties or in camel-context Properties.
Using useSystemProperties equals to false (as default) the only way to make proxy works is setting the properties at camel-context level. It would be better to make possible using the endpoint parameters too.