Header name must not contain space
----------------------------------
Key: WFWIP-271
URL:
https://issues.jboss.org/browse/WFWIP-271
Project: WildFly WIP
Issue Type: Bug
Components: Security
Reporter: Tomas Terem
Assignee: Darran Lofthouse
Priority: Blocker
Labels: management
Constant-headers allows to configure header name containing space, which shouldn't be
possible according to
https://tools.ietf.org/html/rfc5322#section-2.2
A field name MUST be composed of printable US-ASCII characters (i.e.,characters that have
values between 33 and 126, inclusive), except colon.