mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
* GroupDAV/KDE: access with old (KDE < 4.7) GroupDAV resource is working again (client did not find any folder, because it requies full URL not just pathes in PROPFIND response)
This commit is contained in:
parent
6412e94472
commit
4d9308bd7e
@ -824,7 +824,7 @@ class HTTP_WebDAV_Server
|
||||
/* TODO right now the user implementation has to make sure
|
||||
collections end in a slash, this should be done in here
|
||||
by checking the resource attribute */
|
||||
$href = $this->_mergePaths($this->_SERVER['SCRIPT_NAME'], $path);
|
||||
$href = $this->_mergePaths($this->base_uri, $path);
|
||||
|
||||
/* minimal urlencoding is needed for the resource path */
|
||||
$href = $this->_urlencode($href);
|
||||
|
Loading…
Reference in New Issue
Block a user