]> granicus.if.org Git - apache/commit
*) mod_dav.c: allow PUT to a WORKING resource (this actually the only valid
authorGreg Stein <gstein@apache.org>
Tue, 13 Mar 2001 02:13:55 +0000 (02:13 +0000)
committerGreg Stein <gstein@apache.org>
Tue, 13 Mar 2001 02:13:55 +0000 (02:13 +0000)
commit96aaa9b62a055e11435af4de887e85c7acadfacc
tree0d0c548836f9b76aa81366aa64bf507a5698f8f7
parent4678d3ff84e1d9c33c75696900a406011aec8feb
*) mod_dav.c: allow PUT to a WORKING resource (this actually the only valid
   place to do a PUT(!))

*) util.c: add a comment. allow validation to proceed without a lock
   database (the rest of the code supported it; one erroneous check disabled
   that work)

*) util_lock.c: allow dav_unlock() to be a no-op when a lock provide isn't
   present; this allows DELETE to work.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88508 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/main/mod_dav.c
modules/dav/main/util.c
modules/dav/main/util_lock.c