[jboss-jira] [JBoss JIRA] (WFCORE-4316) Spaces are not supported in a header value
ehsavoie Hugonnet (Jira)
issues at jboss.org
Thu Feb 7 12:17:04 EST 2019
ehsavoie Hugonnet created WFCORE-4316:
-----------------------------------------
Summary: Spaces are not supported in a header value
Key: WFCORE-4316
URL: https://issues.jboss.org/browse/WFCORE-4316
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 8.0.0.Beta4
Reporter: ehsavoie Hugonnet
Assignee: Jean-Francois Denise
standalone at localhost:9990 /] echo-dmr /system-property=test30:add(value='my test'){GIT_MESSAGE=mon message}
{
"address" => [("system-property" => "test30")],
"operation" => "add",
"value" => "'my test'",
"operation-headers" => {"GIT_MESSAGE" => "monmessage"}
}
We have monmessage instead of mon message
Setting ignoreWhitespace to false in HeaderValueState fixes this but doesn't trim the result even if we are quoting (single or double) the value.
[standalone at localhost:9990 /] echo-dmr /system-property=test30:add(value='my test'){GIT_MESSAGE="mon message" ; header2=test}
The closing '"' is missing.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list