25 Aug 2011 18:04
DAV ACL question
Ken Murchison <murch <at> andrew.cmu.edu>
2011-08-25 16:04:13 GMT
2011-08-25 16:04:13 GMT
Folks, Still a relative DAV newbie and trying to wrap my head around RFC 3744. If I have an implementation where DAV:read-current-user-privilege-set can not be split from DAV:read, and DAV:read-acl, DAV:write-acl, DAV:unlock can not be separated from one another, is the response below correct? I have DAV:read-current-user-privilege-set as abstract under DAV:read, and I have DAV:read-acl, DAV:write-acl, DAV:unlock all as abstract under a private aggregate right CYRUS:admin. Actually, looking at this again, since all of the member privileges contained in the DAV:write aggregate have been granted to the current user, should DAV:write also be listed? <?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CY="http://cyrusimap.org/ns/"> <D:response> <D:href>/calendars/user/ken/events/≤/D:href> <D:propstat> <D:status>HTTP/1.1 200 OK</D:status> <D:prop> <D:supported-privilege-set> <D:supported-privilege> <D:privilege><D:all/></D:privilege> <D:abstract/> <D:description xml:lang="en"> Any operation</D:description>(Continue reading)
RSS Feed