-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
5.1.4, 5.2
-
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