]
Radoslav Husar updated WFLY-7806:
---------------------------------
Affects Version/s: 10.0.0.Final
Undertow mod_cluster: advertise-socket-binding should be auxiliary
------------------------------------------------------------------
Key: WFLY-7806
URL:
https://issues.jboss.org/browse/WFLY-7806
Project: WildFly
Issue Type: Bug
Components: mod_cluster, Web (Undertow)
Affects Versions: 10.0.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
it is not possible to disable advertising for undertow mod_cluster configuration.
{noformat}
[standalone@localhost:9990 /]
/subsystem=undertow/configuration=filter/mod-cluster=modcluster:add(management-socket-binding=http)
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0155: advertise-socket-binding may
not be null",
"rolled-back" => true
}
{noformat}