Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-797

'Restful objects' decodes json request body while this is not

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • viewer-restfulobjects-2.2.0
    • core-1.6.0
    • Viewer RO
    • None

    Description

      A json-string with a '+'-sign in a value fired at the restful objects viewer has the '+'-sign removed when calling action method.

      Example json:
      {"password":{"value":"abc+def"}}

      This string is directly put into the PUT request as body. The value in the action-method (called by the restful call) looks URL-decoded because the '+'-sign is replaced by a whitespace.

      Attachments

        Activity

          People

            danhaywood Daniel Keir Haywood
            erikdehair Erik de Hair
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: