]
Jason Greene updated WFLY-6290:
-------------------------------
Fix Version/s: 10.1.0.Final
(was: 10.1.0.CR1)
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: Gytis Trikleris
Fix For: 10.1.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.