Thanks for the insight... but I don't think zope 2.3 has a 'WebDAV Access' permission, at least I don't see it. But I'll check the modify permission (btw it's not in a CMF, it's a ZPhotoAlbum, trying to use webdav to upload images. And, as the admin...) on 9/5/02 2:06 PM, Casey Duncan at casey@zope.com scrivened:
There is a "WebDAV Access" permission which protects attaching to Zope via DAV, but this is for reading only, not writing.
Writing through DAV is done via a standard HTTP PUT, so it is not DAV specific. Two things need to be true for writing via DAV to work on an object:
- The object must support PUT, nearly all built-in classes do this for you.
- You must have permission to modify the object. This permission varies from one object to another. If you use the CMF it is regulated by the "Modify portal content" permission.
My guess is that you are not authenticated or you do not have the proper permission(s).
hth,
-Casey
On Thursday 05 September 2002 01:27 pm, Marc Lindahl wrote:
For some reason I can't write via webdav, only read. With zope 2.3.2 and 2.3.3... it used to work (I think) .... but I only see 'FTP access' permissions in the security lists... where is read & write webdav permission set?
Marc