Actions
Bug #2797
openQuery result prefix is incorrect
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
05/07/2015
Due date:
% Done:
0%
Estimated time:
Description
The code in query-adapter.hpp didn't include the json as a name component in query result.
ndn::Name segmentPrefix(atmos::util::CatalogAdapter::m_prefix);
segmentPrefix.append("query-results");
segmentPrefix.append(version);
Client side may fetch the wrong answer if simultaneous queries are being processed on the QueryAdapter side.
No data to display
Actions