]
Tomaz Cerar reassigned WFLY-6331:
---------------------------------
Assignee: (was: Tomaz Cerar)
Add helper method to get network addresses of the host
------------------------------------------------------
Key: WFLY-6331
URL:
https://issues.jboss.org/browse/WFLY-6331
Project: WildFly
Issue Type: Task
Components: Web (Undertow)
Reporter: Gytis Trikleris
It would be good to have a way to get network addresses which could be used to access
endpoints deployed to the particular host.
Here is the example use case:
XTS subsystem depends on a particular host to which it deploys its services. With
WS-Coordination request it returns URL which can be used to control transaction. We need a
way to get the address of that particular host, so that correct URL could be generated in
every scenario (currently it depends on WS subsystem and fails if jboss.undefined.host is
set to wsld-host).