]
Ken Wills reassigned WFCORE-1425:
---------------------------------
Assignee: Ken Wills
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
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.