Joël Wichser created AMQ-9232:
---------------------------------
Summary: HTTP Proxy Exclusions are not applied to ActiveMQ
Connections in Version 5.17.3
Key: AMQ-9232
URL: https://issues.apache.org/jira/browse/AMQ-9232
Project: ActiveMQ
Issue Type: Bug
Components: JMS client
Affects Versions: 5.17.3
Reporter: Joël Wichser
Proxy exclusions with the [http.nonProxyHosts|[Java Networking and Proxies
(oracle.com)|https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html]]
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)