RepositoryTest.testGetObjectByPath should use 'pathSegment'
-----------------------------------------------------------
Key: CMIS-232
URL: https://issues.apache.org/jira/browse/CMIS-232
Project: Chemistry
Issue Type: Bug
Components: cmislib
Reporter: Jeff Potts
Assignee: Jeff Potts
Priority: Minor
Migrated from GC issue #11, Reported by niyue.com, Mar 29, 2010
RepositoryTest.testGetObjectByPath concatenates an object path by using
several folder names and document name together, this is incorrect
sometimes. According to CMIS spec 1.0cd07:
Folder and object path segments are specified by pathSegment tokens
which can be retrieved by all services that take an includePathSegments
parameter.
A pathSegment token MUST not include a '/' character.
It is repository specific how a repository chooses the value for
pathSegment.
Repositories might choose to use cmis:name or content stream filename for
pathSegment token.
The pathSegment token for each item MUST uniquely identify the item in
the folder.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.