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-292) Consistency - Change ACLperms to use namespace notation


Consistency - Change ACL perms to use namespace notation 
---------------------------------------------------------

                 Key: CMIS-292
                 URL: http://tools.oasis-open.org/issues/browse/CMIS-292
             Project: OASIS Content Management Interoperability Services (CMIS) TC
          Issue Type: Bug
          Components: Domain Model, REST/AtomPub Binding, Schema, Web Services Binding
    Affects Versions: Draft 0.62
            Reporter: Al Brown
            Assignee: Ethan Gur-esh


			<xs:enumeration value="CMIS.BasicPermission.Read" />
			<xs:enumeration value="CMIS.BasicPermission.Write" />
			<xs:enumeration value="CMIS.BasicPermission.Delete" />
			<xs:enumeration value="CMIS.BasicPermission.All" />

Change to:
			<xs:enumeration value="CMISBasicPermission:Read" />
			<xs:enumeration value="CMISBasicPermission:Write" />
			<xs:enumeration value="CMISBasicPermission:Delete" />
			<xs:enumeration value="CMISBasicPermission:All" />

-- 
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]