Package: libapache2-mod-fcgid Version: 1:2.3.6-1.1 Severity: grave Tags: patch wheezy sid
I installed Sabredav as a webdav server, running under mod_fcgid. When uploading files with OSX Finder, all files were zero bytes big. This appears to be a issue with mod_fcgid. The issue is known in the Apache bug tracker, and a patch is available. I tested the patch and it solved the problem for me. https://issues.apache.org/bugzilla/show_bug.cgi?id=53332 Requests with Transfer-Encoding: chunked (notably from OS/X Finder WebDAV PUT) don't have a Content-Length header, and so the FCGI CONTENT_LENGTH doesn't get set. Because of the spec, conforming backends don't read any of the body of the request. Because this results in data loss, I've set the severity to 'grave'. Please include this patch in libapache2-mod-fcgid. Mike. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org