]
Brian Stansberry updated WFCORE-1425:
-------------------------------------
Fix Version/s: 2.2.0.CR1
Embedded HC started with host-slave.xml uses incorrect hostname
---------------------------------------------------------------
Key: WFCORE-1425
URL:
https://issues.jboss.org/browse/WFCORE-1425
Project: WildFly Core
Issue Type: Bug
Reporter: Ken Wills
Assignee: Ken Wills
Fix For: 2.2.0.CR1, 3.0.0.Alpha1
EmbeddedHostControllerFactory:282, authCode is being used as the hostname. This is reset
if the name is present in the xml config, but since the default -slave.xml has no name,
the hostname is displayed as the contents of authCode.
We should probably extract the hostname code from HostControllerEnvironment:300 into its
own method, and use that.