From 6d37a250898523e4d77696c8a272dba85f61d42a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 13 May 2008 13:13:38 +0000 Subject: [PATCH] "returning the supportedlock property causes Windows DAV provider and Konqueror to not longer work" --- phpgwapi/inc/class.vfs_webdav_server.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.vfs_webdav_server.inc.php b/phpgwapi/inc/class.vfs_webdav_server.inc.php index d68d5b7c88..d8245b827d 100644 --- a/phpgwapi/inc/class.vfs_webdav_server.inc.php +++ b/phpgwapi/inc/class.vfs_webdav_server.inc.php @@ -153,6 +153,7 @@ class vfs_webdav_server extends HTTP_WebDAV_Server_Filesystem } $info['props'][] = HTTP_WebDAV_Server::mkprop ('getcontentlength', filesize($fspath)); } +/* returning the supportedlock property causes Windows DAV provider and Konqueror to not longer work // supportedlock property $info['props'][] = HTTP_WebDAV_Server::mkprop('supportedlock',' @@ -163,7 +164,7 @@ class vfs_webdav_server extends HTTP_WebDAV_Server_Filesystem '); - +*/ // ToDo: etag from inode and modification time /*