You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2014/03/18 19:19:44 UTC

[jira] [Commented] (JCR-3753) DavEx JSON Handler is not robust wrt property order

    [ https://issues.apache.org/jira/browse/JCR-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13939578#comment-13939578 ] 

Tobias Bocanegra commented on JCR-3753:
---------------------------------------

Example:

{noformat}
{
  "jcr:primaryType": "nt:unstructured",
  "title": "hello",
  ":jcr:primaryType": "Name"
}
{noformat}


> DavEx JSON Handler is not robust wrt property order
> ---------------------------------------------------
>
>                 Key: JCR-3753
>                 URL: https://issues.apache.org/jira/browse/JCR-3753
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-webdav
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>
> The DavEx JSON handler expects that the typehint properties always precede the actual properties. this is a problem for generic JSON writers that don't maintain the JSON property ordering.



--
This message was sent by Atlassian JIRA
(v6.2#6252)