Index: openacs-4/packages/oacs-dav/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/www/doc/index.html,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/oacs-dav/www/doc/index.html 8 Aug 2006 21:27:07 -0000 1.3 +++ openacs-4/packages/oacs-dav/www/doc/index.html 7 Aug 2017 23:48:13 -0000 1.4 @@ -4,23 +4,23 @@ -

OpenACS WebDAV Support

-

Introduction

+

OpenACS WebDAV Support

+

Introduction

This package implements a WebDAV interface to the OpenACS Content Repository. In addition to generic access to content items, there is a service-contract interface so packages can define custom handlers for WebDAV methods for objects that belong to that package.

-

Installation

Install through the APM. If you install +

Installation

Install through the APM. If you install file-storage, WebDAV support is installed automatically. In addtion 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 on a per-folder basis. Packages that support WebDAV will add folders to this list and an administrator can then activate or deactivate the folders. + You can visit the /webdav-support/ page to control webdav access on a per-folder basis. Packages that support WebDAV will add folders to this list and an administrator can then activate or deactivate the folders.

-

How - it Works

OpenACS WebDAV Support requires the tDAV +

How + it Works

OpenACS WebDAV Support requires the tDAV AOLserver module to implement most of the WebDAV protocol. OpenACS WebDAV Support just provides and interface between tDAV and the Content Repository @@ -42,7 +42,7 @@ 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.

-

Dispatching Requests

+

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 the OpenACS user_id or 0 is the request is not authenticated. This @@ -78,4 +78,7 @@ for the tdav::respond::* procedures named for each method describe what is required.

+

Release Notes

+

Please file bugs in the Bug Tracker.

+