Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-4316

Spaces are not supported in a header value

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.0.0.Beta1, 9.0.0.Final
    • 8.0.0.Beta4
    • CLI
    • None

    Description

      standalone@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@localhost:9990 /] echo-dmr /system-property=test30:add(value='my test')

      {GIT_MESSAGE="mon message" ; header2=test}

      The closing '"' is missing.

      Attachments

        Activity

          People

            jdenise@redhat.com Jean Francois Denise
            ehugonne1@redhat.com Emmanuel Hugonnet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: