-
Bug
-
Resolution: Fixed
-
Major
-
2.0.5, 2.1.2, 2.2
-
MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
MDL-30154_master_wip -
On some WebDAV-Server like MyDrive.ch the functions get_respond() and ls() in lib/webdavlib.php do not work properly.
One problem is the content-type in ls(). At MyDrive.ch it is application/xml and not text/xml.
Next problem is the max_chunk_size in get_respond(). It seams the server from MyDrive does allow only a lower size than the defined max_chunk_size of 8192. So not the full chunk is loaded and the file is cropped.
In the file repository/webdav/lib.php the directory listing fails on MyDrive.ch.
- is duplicated by
-
MDL-29133 Serious Bug in WebDAV code
-
- Closed
-