Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
on Solaris. Patch by Julien T. Letessier.
|
|
|
|
|
|
have been converted to USE_BUILDLINK2.
|
|
|
|
version 1.0.2 include:
* ignore Depth: Infinity for non-collection resources in a PROPFIND;
this prevents a bogus error when someone has not used the
"DAVDepthInfinity On" directive
* fix for Web Folders not recognizing the last-modified date in
PROPFIND responses (Joe Orton)
* tweak to also allow recognition of the creationdate
* fix copying of collection properties during a Depth:0 operation
(Keith Wannamaker)
* return 507 (Insufficient Space) for quota errors (on Linux, at
least) (Joe)
* fix moving/copying of a collection over a non-collection (found by
Joe's interop testing tool)
* LOCK with a missing intermediate collection now returns a standard
409 (Conflict) response rather than 500 (Internal Server Error)
(Keith, reported by Dan Brotsky)
* fix problems with empty URIs in xmlns attributes (fixes from Joe
and Greg, reported by Julian Reschke)
|
|
the library routines we will use when loaded into httpd.
* This package won't work with apache-2.*, so ensure that it won't match
the apache dependency.
|
|
|
|
(except for ap-ssl, of course)
|
|
WebDAV stands for "Web-based Distributed Authoring and Versioning". It is
a set of extensions to the HTTP protocol which allows users to
collaboratively edit and manage files on remote web servers.
mod_dav is an Apache module to provide DAV capabilities (RFC 2518) for the
Apache web server. mod_dav currently implements a Class 1 and Class 2 DAV
server. This means that it provides all the basic DAV facilities for
manipulating resources (files) on the target web server, along with
manipulating properties on those resources. In addition, it handles the
(un)locking of resources so that clients can have exclusive access to
modify resources.
|