Hi Hans-Jürgen,
was reading and answering the posts chronological.
Committed a similar fix to trunk svn.
Ralf
Hans-Juergen Tappe schrieb:
Hi!
Please apply the following patch, which fixes the webdav protocol:
The line
$info[‘props’][] =
HTTP_WebDAV_Server::mkprop (‘displayname’,
strtoupper($path));
must be replaced by:
$info[‘props’][] =
HTTP_WebDAV_Server::mkprop (‘displayname’,
array_pop(explode(’/’, $this->_unslashify($path))));
The new code works with Konqueror, Firefox and the Linux davfs
filesystem. This seems to be also what other davfs server send…
Thanks,
Hans-Jürgen
Hans-Juergen Tappe schrieb:
/egroupdav/
/egroupdav/slash-HOME/slash-HOME-slash-USER
— phpgwapi/inc/class.vfs_webdav_server.inc.php (Revision 26371)
+++ phpgwapi/inc/class.vfs_webdav_server.inc.php (Arbeitskopie)
@@ -132,7 +132,7 @@
$info[‘props’] = array();
// no special beautified displayname here ...
(‘displayname’, strtoupper($path));
(‘displayname’, array_pop(explode(’/’, $this->_unslashify($path))));
// creation and modification time
$info['props'][] = HTTP_WebDAV_Server::mkprop
(‘creationdate’, filectime($fspath));
This SF.Net email is sponsored by the Moblin Your Move Developer’s challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers
–
Ralf Becker
Director Software Development
Stylite GmbH
[open style of IT]
Morschheimer Strasse 15
67292 Kirchheimbolanden
fon +49 (0) 6352 70629-0
fax +49 (0) 6352 70629-30
cell +49 (0) 170 7815917
mailto: rb@stylite.de
www.stylite.de
www.egroupware.org
Geschäftsführer Andre Keller, Nigel John Vickers,
Gudrun K. Müller und Ralf Becker
Registergericht Kaiserslautern HRB 12087
This SF.Net email is sponsored by the Moblin Your Move Developer’s challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers