You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "David Caruana (JIRA)" <ji...@apache.org> on 2010/03/01 14:20:07 UTC

[jira] Created: (CMIS-141) ACLPropagation repositorydetermined is assumed to be supported by provider in simple read write tests

ACLPropagation repositorydetermined is assumed to be supported by provider in simple read write tests
-----------------------------------------------------------------------------------------------------

                 Key: CMIS-141
                 URL: https://issues.apache.org/jira/browse/CMIS-141
             Project: Chemistry
          Issue Type: Bug
          Components: opencmis-provider
            Reporter: David Caruana


AbstractSimpleReadWriteTests.java (line 123):

      AccessControlList newAcl = getProvider().getAclService().applyAcl(getTestRepositoryId(),
          docId, acl, null, AclPropagation.REPOSITORYDETERMINED, null);

However, the provider may not support AclPropagation.REPOSITORYDETERMINED as defined by the propagation returned from getACLCapabilities().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CMIS-141) ACLPropagation repositorydetermined is assumed to be supported by provider in simple read write tests

Posted by "Florian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CMIS-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Müller resolved CMIS-141.
---------------------------------

    Resolution: Fixed
      Assignee: Florian Müller

ACLPropagation is now fetched from ACL capabilities.
Opened related CMIS spec bug http://tools.oasis-open.org/issues/browse/CMIS-647 .

> ACLPropagation repositorydetermined is assumed to be supported by provider in simple read write tests
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CMIS-141
>                 URL: https://issues.apache.org/jira/browse/CMIS-141
>             Project: Chemistry
>          Issue Type: Bug
>          Components: opencmis-provider
>            Reporter: David Caruana
>            Assignee: Florian Müller
>
> AbstractSimpleReadWriteTests.java (line 123):
>       AccessControlList newAcl = getProvider().getAclService().applyAcl(getTestRepositoryId(),
>           docId, acl, null, AclPropagation.REPOSITORYDETERMINED, null);
> However, the provider may not support AclPropagation.REPOSITORYDETERMINED as defined by the propagation returned from getACLCapabilities().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.