Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
5.17.3
-
None
-
None
Description
Proxy exclusions with the [http.nonProxyHosts|Java Networking and Proxies (oracle.com)]are not gripping in the http/https consumer.
This was already marked as solved in [this |AMQ-9102 HTTP Proxy Exclusions are not applied to ActiveMQ Connections - ASF JIRA (apache.org)] issue, but is still appearing.
Maybe this is the case, because the proxy is set explicitly in the HttpClientTransport#createHttpClient() method and leads to the problem in DefaultRoutePlanner#determineRoute(..). In which the determineProxy(..) is not called, because of the already set proxy.