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-BETA1
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.