egroupware_official/egw-pear/HTTP/WebDAV
Ralf Becker 3f2c369cdd * WebDAV: fix for Netdrive to work correct with non-ascii chars like German umlauts
- unfortunatly Netdrive uses no User-Agent header, so we can only detect it on the absense of one
- we use now rawurlencode with replacing / and : afterwards, instead of the minimal version, which is the default
2011-08-27 10:55:09 +00:00
..
Server * fixed handling of + char in VFS filenames (using egw_vfs::decodePath() instead of urldecode()) 2011-03-03 15:49:28 +00:00
Server.php * WebDAV: fix for Netdrive to work correct with non-ascii chars like German umlauts 2011-08-27 10:55:09 +00:00