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.5 -r1.6 --- openacs-4/packages/oacs-dav/www/doc/index.adp 17 May 2018 14:19:23 -0000 1.5 +++ openacs-4/packages/oacs-dav/www/doc/index.adp 3 Sep 2024 15:37:39 -0000 1.6 @@ -1,7 +1,11 @@ -{/doc/oacs-dav {webDAV Support}} {OpenACS WebDAV Support} +{/doc/oacs-dav/ {webDAV Support}} {OpenACS WebDAV Support} OpenACS WebDAV Support +

OpenACS WebDAV Support

Introduction

This package implements a WebDAV interface to the OpenACS @@ -58,7 +62,7 @@

oacs_dav::handle_request determines the package_id that should handle the URI. This is based on the standard OpenACS site_node Tcl API. After the package is found, the root folder for that package -is retreived from the dav_package_folder_map table. Using the +is retrieved from the dav_package_folder_map table. Using the folder_id, and the URI of the request, the content_item__get_id pl/sql(plpgsql) procedure is called to find the item_id for the request. If no item_id is found