It would be a good idea for us to enhance the documentation page http://chemistry.apache.org/java/developing/dev-binding-differences.html. There are a bunch of more calls that behave a bit differently. Making the differences better transparently would be helpful.
Jens -----Original Message----- From: Florian Müller (Resolved) (JIRA) [mailto:[email protected]] Sent: Donnerstag, 12. Januar 2012 16:44 To: [email protected] Subject: [jira] [Resolved] (CMIS-493) removeAcl() function doesn't work via atompub. [ https://issues.apache.org/jira/browse/CMIS-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Müller resolved CMIS-493. --------------------------------- Resolution: Not A Problem Assignee: Florian Müller This problem is a combination of the inability of the AtomPub binding to add and remove ACEs separately and Alfrescos way to double the basic permissions. The CMIS permission and Alfrescos native permission have to be removed at the same time to be successful. > removeAcl() function doesn't work via atompub. > ---------------------------------------------- > > Key: CMIS-493 > URL: https://issues.apache.org/jira/browse/CMIS-493 > Project: Chemistry > Issue Type: Bug > Components: opencmis-client > Affects Versions: OpenCMIS 0.6.0 > Reporter: Steve Glover > Assignee: Florian Müller > Attachments: script.txt > > > This was found using Alfresco: see > https://issues.alfresco.com/jira/browse/ALF-11868. > Steps to reproduce (using Alfresco): > 1) Create User1; > 2) Connect to CMIS as admin; > 3) Open Console and run the attached script; > 4) Connect to CMIS as User1; > 5) Go to test.txt file in ADGNewFolder folder. > Actual result: User1 has cmis:write permission. > Expected result: User1 should not have cmis:write permission > See also analysis here: > https://issues.alfresco.com/jira/browse/ALF-11868?focusedCommentId=144287#comment-144287. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira
