You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2009/10/31 12:36:59 UTC

[jira] Resolved: (SHINDIG-1117) Lists returned for JSON-RPC do not include all properties

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

Paul Lindner resolved SHINDIG-1117.
-----------------------------------

    Resolution: Fixed

fixed, and started a thread on spec list.. phew..

> Lists returned for JSON-RPC do not include all properties
> ---------------------------------------------------------
>
>                 Key: SHINDIG-1117
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1117
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>            Reporter: Adam Winer
>            Priority: Minor
>             Fix For: 1.1-BETA4
>
>
> JsonRpcServlet returns the following properties for a RestfulCollection:
>         map.put("startIndex", collection.getStartIndex());
>         map.put("totalResults", collection.getTotalResults());
>         map.put("list", collection.getEntry());
> It fails to return "itemsPerPage", "isUpdatedSince", "isFiltered" per:
>   http://www.opensocial.org/Technical-Resources/opensocial-spec-v09/RPC-Protocol.html#rfc.section.6
> ... and should also return "isSorted".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.