mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +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
40708b49d1
commit
9193b5c3fb
@ -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