You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hack the ownCloud server to force it to return "400 Bad Request": edit lib/private/connector/sabre/file.php and inside the function get() add a row throw new \Sabre\DAV\Exception\BadRequest('test bad request');
This will simulate a "Bad request" response that might happen in various situations on download.
Upload a file with the web UI
Start the sync client and let it try and download the file
Steps to reproduce
lib/private/connector/sabre/file.php
and inside the functionget()
add a rowthrow new \Sabre\DAV\Exception\BadRequest('test bad request');
This will simulate a "Bad request" response that might happen in various situations on download.
Expected result
Don't show any estimate on error
Actual result
Estimate shows a few years...
Versions
ownCloud 7.0.2
Sync client 1.7.0 daily mirall-1.7.0nightly20140924
The text was updated successfully, but these errors were encountered: