You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2014/07/16 19:18:05 UTC

[jira] [Resolved] (ISIS-797) 'Restful objects' decodes json request body while this is not

     [ https://issues.apache.org/jira/browse/ISIS-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood resolved ISIS-797.
------------------------------

    Resolution: Fixed

> '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)