]
RH Bugzilla Integration commented on WFLY-6290:
-----------------------------------------------
Jiri Ondrusek <jondruse(a)redhat.com> changed the Status of [bug
XTS does not work with jbossws.undefined.host in WS config
----------------------------------------------------------
Key: WFLY-6290
URL:
https://issues.jboss.org/browse/WFLY-6290
Project: WildFly
Issue Type: Bug
Components: XTS
Reporter: Gytis Trikleris
Assignee: Ivo Studensky
Fix For: 10.2.0.Final
XTS uses ServerConfig to initialise it's configuration. However, we should rely on
jboss.bind.address instead, because wsdl-host could take
"jbossws.undefined.host" as a value.
"jbossws.undefined.host" will cause UnknownHostException, because address
rewriting is not executed in XTS.