]
Brian Stansberry moved WFLY-8821 to WFCORE-3077:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-3077 (was: WFLY-8821)
Component/s: Remoting
(was: Remoting)
Operation removing http-connector requires full server reload but
does not change the server state accordingly
--------------------------------------------------------------------------------------------------------------
Key: WFCORE-3077
URL:
https://issues.jboss.org/browse/WFCORE-3077
Project: WildFly Core
Issue Type: Bug
Components: Remoting
Reporter: Michal Jurc
Assignee: David Lloyd
Removing a {{http-connector}} with {{allow-resource-service-restart}} set to {{true}}
will yield the following result:
{code}{
"operation" => "remove",
"address" => [
("subsystem" => "remoting"),
("http-connector" => "ejb3-tests")
],
"operation-headers" => {"allow-resource-service-restart" =>
true}
}
{"outcome" => "success"}{code}
However, the removal of {{http-connector}} will only register after full server reload.