Closed (fixed)
Project:
CMIS API
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2010 at 16:05 UTC
Updated:
8 Apr 2010 at 10:10 UTC
When you create (two-way synched) nodes with "empty" bodies, 404-errors are thrown preventing cron from completing the full cycle.
The error message snippet returned by Alfresco/CMIS: /alfresco/service/cmis/s/workspace:SpacesStore/i/{SOMENODEREF}/content has responded with a status of 404 - Not Found.
AFAIS updating the node (even with empty body), solves this problem - but I am not sure whether "having no content" should be allowed (i.e. if a contentStream should always be created) - tiny patch attached, that catches the exception and also passes HTTP Response code on.
| Comment | File | Size | Author |
|---|---|---|---|
| cmis_sync_empty_body.patch | 2.1 KB | frega |
Comments
Comment #1
cbalan commentedApplied patch in http://drupal.org/cvs?commit=346026
Closing this issue.
Thank you,
Catalin Balan