Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
FolderChildrenTest.testGetChildrenNamedPropertyFilter queries children using a filter "cmis:objectId cmis:objectTypeId" and checks that in the returned entries there is NO cmis:baseTypeId property.
But this is too strict, the spec only says "Repositories SHOULD return only the properties specified in the property filter if they exist on the object's type definition" (2.2.1.2.1) but does not forbid returning additional properties.