Re: [Owncloud] Bug in stable4: File size appended to download via GET

2012-07-19 Thread Robin Appelman
On Thursday 19 July 2012 18:02:56 Klaas Freitag wrote: > Hi, > > we have a bug in the stable4 branch that appends to every download of a > file the size of the actual download in bytes. That changes the original > file. > > You can reproduce it by downloading a file from your ownCloud: > curl -u

[Owncloud] Bug in stable4: File size appended to download via GET

2012-07-19 Thread Klaas Freitag
Hi, we have a bug in the stable4 branch that appends to every download of a file the size of the actual download in bytes. That changes the original file. You can reproduce it by downloading a file from your ownCloud: curl -u user:pwd http://localhost/oc/files/webdav.php/testdir/test.txt Who