In CMIS, when MAX_INT content changes are requested, a crash occurs:
Caused by: java.lang.IllegalArgumentException: Illegal Capacity: -2147483648 at java.util.ArrayList.<init>(ArrayList.java:142) at org.nuxeo.ecm.core.opencmis.impl.server.NuxeoCmisService.readAuditLog(NuxeoCmisService.java:1308) at org.nuxeo.ecm.core.opencmis.impl.server.NuxeoCmisService.getContentChanges(NuxeoCmisService.java:1270)
- depends on
-
NXP-13865 Fix CMIS getContentChanges with hidden documents
- Resolved