WebDAV and ACLs
391608Apr 3 2003 — edited Apr 7 2003I'm writing some software that uses WebDAV to access data on iFS. I would like to be able to retrieve ACL data with WebDAV calls, but I can't see how to do this. Although I can retrieve file properties (with the PROPFIND method), they don't seem to include any ACL data.
There is a proposed extension to WebDAV that covers ACLs (see http://www.webdav.org/acl/). It outlines an additional ACL method (a WebDAV HTTP extension) for retrieving ACL data. However, when I've tried this, I get a response 500 Internal Server Error, subsequent WebDAV requests get a 503 Service Unavailable, and I have to re-start server-side processes!
Is there any way to retrieve ACLs from iFS with WebDAV?