[
https://issues.jboss.org/browse/WFWIP-268?page=com.atlassian.jira.plugin....
]
Tomas Terem updated WFWIP-268:
------------------------------
Steps to Reproduce:
Execute the following cli commands:
{code:java}
/core-service=management/management-interface=http-interface:write-attribute(name=constant-headers,
value=[{path=/management, headers=[]}])
{code}
{code:java}
reload
{code}
was:
Execute the following command:
{code:java}
/core-service=management/management-interface=http-interface:write-attribute(name=constant-headers,
value=[{path=/management, headers=[]}])
{code}
Specifying empty list of constant-headers causes fatal error
------------------------------------------------------------
Key: WFWIP-268
URL:
https://issues.jboss.org/browse/WFWIP-268
Project: WildFly WIP
Issue Type: Bug
Reporter: Tomas Terem
Assignee: Darran Lofthouse
Priority: Blocker
Labels: management
Specifying empty list of constant-headers causes fatal error.
{code:java}
17:15:30,603 ERROR [org.jboss.as.controller.management-operation] (Controller Boot
Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("core-service" => "management"),
("management-interface" => "http-interface")
]) - failure description: "WFLYCTL0155: 'headers' may not be null"
17:15:30,604 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server
boot has failed in an unrecoverable manner; exiting. See previous messages for details.
17:15:30,614 INFO [org.jboss.as] (MSC service thread 1-8) WFLYSRV0050: WildFly Core
11.0.0.Beta3-SNAPSHOT stopped in 6ms
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)