Fixed
Details
Assignee
Robin CollierRobin CollierReporter
Robin CollierRobin CollierComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Robin Collier
Robin CollierReporter
Robin Collier
Robin CollierComponents
Fix versions
Affects versions
Priority
Created June 15, 2009 at 7:41 PM
Updated February 1, 2010 at 3:32 AM
Resolved January 7, 2010 at 8:41 AM
Getting a specific list of items from a node has an error in which it copies the input list into the result and then retrieves the results from the node. Thus the reply is double the size with each item appearing twice, once without the payload and once with. This also results in requests with max_items set to return that attribute in the result as well.
(Location - LeafNode:sendPublishedItems - copies the request items element into the result)