Here the issue https://issues.apache.org/jira/browse/CMIS-133

Regards,
Alexey.

On Thu, Feb 25, 2010 at 8:05 PM, David Caruana
<[email protected]>wrote:

> Seems like an issue. I'll take a look.
>
> Dave
>
> On 25 Feb 2010, at 17:34, Alexey Zavizionov wrote:
>
> > Hello, list!
> >
> > I have the test fail for the our CMIS implementation. I guess that test
> is
> > incorrect. Does it?
> >
> > === AccessControlListTest.testDocumentAccessControlList  ===
> >        document = client.getEntry(objectByIdRequest);
> >
> >        Assert.assertNotNull(document);
> >        childObject = document.getExtension(CMISConstants.OBJECT);
> >        Assert.assertNotNull(childObject);
> >        CMISAccessControlList objectAccessControlList =
> > childObject.getExtension(CMISConstants.ACCESS_CONTROL_LIST);
> >        Assert.assertNotNull(objectAccessControlList);
> > =====================================================
> >
> > SPEC says that:
> >
> > 2.2.1.2.5 ACLs
> > Description: Used to retrieve the ACLs for the object(s) described in the
> > service response.
> > Optional Input Parameter:
> >        •
> >        Boolean includeACL: If TRUE, then the Repository MUST return the
> > ACLs for each object in
> >        the result set. Defaults to FALSE.
> >
> >
> > Regards,
> > Alexey.
>
>

Reply via email to