Index: openacs-4/packages/oacs-dav/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/www/doc/index.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/oacs-dav/www/doc/index.adp 29 Mar 2018 17:28:50 -0000 1.4 +++ openacs-4/packages/oacs-dav/www/doc/index.adp 17 May 2018 14:19:23 -0000 1.5 @@ -11,8 +11,8 @@ package.

Installation

Install through the APM. If you install file-storage, WebDAV -support is installed automatically. In addition you should check the -tDAV specific configuration parameters to the AOLserver +support is installed automatically. In addition you should check +the tDAV specific configuration parameters to the AOLserver configuration file. The default parameters work fine, they will create webdav URLs like yoursite/dav/*

You can visit the /webdav-support/ page to control webdav access @@ -65,9 +65,9 @@ and the requested method is PUT, a new item should be created. If the method is not PUT, a 404 error should be returned.

oacs_dav::handle_request will call the service contract -implementation for the content_type of the item. If the request is a -PUT, first the dav_put_type service contract for the package_key of -the request is called. For file-storage this returns +implementation for the content_type of the item. If the request is +a PUT, first the dav_put_type service contract for the package_key +of the request is called. For file-storage this returns "file_storage_object" so items created by PUT are created as file_storage_objects instead of generic content_revisions.

The service contract implementation for each operation must