cmislib testPropertyFilter is wrong
-----------------------------------
Key: CMIS-170
URL: https://issues.apache.org/jira/browse/CMIS-170
Project: Chemistry
Issue Type: Bug
Components: cmislib
Reporter: Florent Guillaume
testPropertyFilter assumes that when getting an object (by path) with a
properties filter, it will not received any additional properties, for instance
cmis:name in the test.
But this is wrong, the spec doesn't disallow more properties, it just says ยง
2.2.1.2.1 "Properties": Repositories SHOULD return only the properties
specified in the property filter if they exist on the object's type definition.
It's a SHOULD, not a MUST.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.