]
Radoslav Husar updated MODCLUSTER-728:
--------------------------------------
Git Pull Request:
Proxy configured by a hostname caches resolved address indefinitely
-------------------------------------------------------------------
Key: MODCLUSTER-728
URL:
https://issues.redhat.com/browse/MODCLUSTER-728
Project: mod_cluster
Issue Type: Bug
Components: Core & Container Integration (Java)
Affects Versions: 1.4.2.Final
Reporter: Aaron Ogburn
Assignee: Radoslav Husar
Priority: Major
Labels: downstream_dependency
Fix For: 2.0.0.Alpha1, 1.4.3.Final
With a proxy configured by host name, the InetSocketAddress is created once and reused so
the host name is never resolved again. This may be an issue if the proxy host name
resolution changed to a new ip address. If that happens, mod_cluster will never connect
to the proxy on the new ip unless the JVM is restarted or the proxy is manually removed
and added again.