-
Type:
Bug
-
Resolution: Low Engagement
-
Priority:
Medium
-
None
-
Affects Version/s: 5.1.4, 5.2
-
Component/s: Core - Content REST APIs
-
Environment:
marked as critical - please fix at least the documentation - which should NOT mention attachment comment.
-
1
-
Severity 2 - Major
-
0
When using the JSON-RPC API to add and attachment the deserialisation fails when a the attachement json object contains a comment.
The reason is that RemoteAttachment.java does not have setComment which the Jackson object mapper relies on.
The worst of it is that documentation marks comment as required.
Checked versions 4,5