Index: openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl 27 Feb 2004 03:22:57 -0000 1.4 +++ openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl 27 Mar 2004 01:09:42 -0000 1.5 @@ -390,9 +390,11 @@ # here the sc impl might return us some data, # then we would probably have to send that to tDAV for processing -ns_log debug "DAV: response is $response" + ns_log debug "DAV: response is $response" - tdav::respond $response + if {![string equal -nocase "get" $method]} { + tdav::respond $response + } } ad_proc -public oacs_dav::request_site_node { uri } {