Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
viewer-restfulobjects-2.2.0
-
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.