-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.1.1
-
Fix Version/s: 10.3.0, nuxeo-11.0.0
-
Component/s: Nuxeo Connector
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #16, nxplatform #17
-
Story Points:1
The Nuxeo Connector can't load a document having 50+ annotations due to the REST call retrieving the annotations' replies.
Depending on the environment, we observe 400 or 414 HTTP status or on http://NUXEO_HOST/nuxeo/api/v1/id/DOC_ID/@annotation/comments.
First, fix will do a batch of REST requests by bucket of 50 annotations.
Second, we will add the new endpoint POST /@annotation/comments taking a body containing the annotationIds.
- depends on
-
JAVACLIENT-209 Add the POST /comments endpoint to annotation adapter
- Resolved
-
NXP-29610 Add an endpoint to get all comments for 50+ annotations
- Resolved
- split to
-
NEV-321 Optimize rendering of 100+ annotations
- Resolved
- Is referenced in