mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 01:48:01 +02:00
"returning the supportedlock property causes Windows DAV provider and Konqueror to not longer work"
This commit is contained in:
parent
fe054923e6
commit
6d37a25089
@ -153,6 +153,7 @@ class vfs_webdav_server extends HTTP_WebDAV_Server_Filesystem
|
|||||||
}
|
}
|
||||||
$info['props'][] = HTTP_WebDAV_Server::mkprop ('getcontentlength', filesize($fspath));
|
$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
|
// supportedlock property
|
||||||
$info['props'][] = HTTP_WebDAV_Server::mkprop('supportedlock','
|
$info['props'][] = HTTP_WebDAV_Server::mkprop('supportedlock','
|
||||||
<D:lockentry>
|
<D:lockentry>
|
||||||
@ -163,7 +164,7 @@ class vfs_webdav_server extends HTTP_WebDAV_Server_Filesystem
|
|||||||
<D:lockscope><D:shared/></D:lockscope>
|
<D:lockscope><D:shared/></D:lockscope>
|
||||||
<D:locktype><D:write/></D:lockscope>
|
<D:locktype><D:write/></D:lockscope>
|
||||||
</D:lockentry>');
|
</D:lockentry>');
|
||||||
|
*/
|
||||||
// ToDo: etag from inode and modification time
|
// ToDo: etag from inode and modification time
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user