You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Michael Brackx (JIRA)" <ji...@apache.org> on 2014/02/17 12:23:19 UTC

[jira] [Created] (CMIS-759) incorrect getFolderTree cmisselector

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)