]
Tom Fonteyne updated WFCORE-309:
--------------------------------
Assignee: Brian Stansberry (was: Tom Fonteyne)
system properties are trim()'d and loose whitespace
---------------------------------------------------
Key: WFCORE-309
URL:
https://issues.jboss.org/browse/WFCORE-309
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Tom Fonteyne
Assignee: Brian Stansberry
Fix For: 1.0.0.Beta1
When a system property was defined as:
/system-property=foo:add(value=" spaces ");
it gets written with the correct spaces around it to the configuration file.
When the configuration is read the value gets trimmed and the prefix/suffix of spaces is
lost.