Michael Brackx created CMIS-759:
-----------------------------------
Summary: incorrect getFolderTree cmisselector
Key: CMIS-759
URL: https://issues.apache.org/jira/browse/CMIS-759
Project: Chemistry
Issue Type: Bug
Components: opencmis-commons
Affects Versions: OpenCMIS 0.10.0
Reporter: Michael Brackx
Currently "folder" is used as cmisselector for getFolderTree in the browser
binding.
According to the spec (5.4.3.3) this should be "folderTree".
from org.apache.chemistry.opencmis.commons.impl.Constants:
{code}
public static final String SELECTOR_FOLDER_TREE = "folder";
{code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)