Active
Project:
CMIS Alfresco
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2010 at 09:37 UTC
Updated:
11 Oct 2010 at 15:27 UTC
In my drupal code I retrieve a list of documents in a folder in alfresco using cmisapi_getChildren(). With the objectId for one of the children found, which is a document in the folder, I use
cmisapi_getObject($repositoryId, $objectId);
In wireshark I can see that the url generated is
localhost:8080/alfresco/s/cmis/s/workspace:SpacesStore/arg/p?path=workspace://SpacesStore/da191e7e-77c2-46e8-8caa-ee36d067dff0&filter=&includeAllowableActions=&includePolicyIds=&includeRelationships=&includeACL=&renditionFilter=
which returns a 404 error. Is it ok that the string /workspace:SpacesStore occurs twice? I don't know what's wrong in the url, why it would generate a 404.
Using
cmis_service('default', $documentUrlPrefix.$objectId, $get_props);
I can retrieve the document properly.
Comments
Comment #1
xtien commentedactually, the version is 6.x.3.01 but that's not available in the select box above.