Specifying empty list of headers causes fatal error
---------------------------------------------------
Key: WFWIP-268
URL:
https://issues.jboss.org/browse/WFWIP-268
Project: WildFly WIP
Issue Type: Bug
Components: Security
Reporter: Tomas Terem
Assignee: Darran Lofthouse
Priority: Blocker
Labels: management
Specifying empty list of 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}