OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cmis message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Created: (CMIS-692) applyAcL should allowempty response


applyAcL should allow empty response
------------------------------------

                 Key: CMIS-692
                 URL: http://tools.oasis-open.org/issues/browse/CMIS-692
             Project: OASIS Content Management Interoperability Services (CMIS) TC
          Issue Type: Improvement
          Components: Domain Model
    Affects Versions: V1.0 Errata
            Reporter: Jens Hübel


The method applyACL in the domain model returns the list of effective ACLs after applying this method. 

The current schema definition does not allow an empty list as return value. However this method can result in the situation that the caller no longer has permission to view the ACLs and can not respond with the resulting ACL.

	<xs:element name="applyACLResponse">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ACL" type="cmism:cmisACLType"
					minOccurs="1" maxOccurs="1" />
			</xs:sequence>
		</xs:complexType>
	</xs:element>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]