]
Aaron Ogburn updated MODCLUSTER-728:
------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Refresh ip of proxy
-------------------
Key: MODCLUSTER-728
URL:
https://issues.redhat.com/browse/MODCLUSTER-728
Project: mod_cluster
Issue Type: Enhancement
Components: Core & Container Integration (Java)
Affects Versions: 1.4.2.Final
Reporter: Aaron Ogburn
Assignee: Radoslav Husar
Priority: Major
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.