Erik de Hair created ISIS-797:
---------------------------------
Summary: 'Restful objects' decodes json request body while this is
not
Key: ISIS-797
URL: https://issues.apache.org/jira/browse/ISIS-797
Project: Isis
Issue Type: Bug
Components: Viewer: RestfulObjects
Affects Versions: viewer-restfulobjects-2.2.0
Reporter: Erik de Hair
Assignee: Dan Haywood
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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)