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 -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/oacs-dav/www/doc/index.adp 9 Jun 2016 13:03:12 -0000 1.1.2.4 +++ openacs-4/packages/oacs-dav/www/doc/index.adp 4 Jul 2016 10:40:48 -0000 1.1.2.5 @@ -39,8 +39,8 @@ named the same as the package key.

Each package instance that will allow WebDAV access should register a package_id and folder_id for the root content_folder -that corresponds with the URI of the package's mount point using -oacs_dav::register_folder.

+that corresponds with the URI of the package's mount point +using oacs_dav::register_folder.

Dispatching Requests

A preauth filter is registered for all WebDAV methods. This calls oacs_dav::authorize which will set oacs_dav::conn user_id to @@ -68,8 +68,8 @@ implemenation 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.

+"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 return the response data in the format required by tDAV. The documentation for the tdav::respond::* procedures named for each