Version: unspecified OS: Linux I use owncloud from git revision : e18898dfe140b091840107aa47ac4ece7a68edd6 but this bug looks to affect all versions. Reproducible: Always Steps to Reproduce: -Log in -Create a directory -Open it -Create a file -tick the file's checkbox -Download it by clicking on the "Go" button Actual Results: Error 404 : http://owncloud.caizzii.com/files/api.php?action=get&dir=Music&file=test.txt Expected Results: http://owncloud.caizzii.com/files/api.php?action=get&dir=%2FMusic&file=test.txt Missing %2F before directory in the URL.
Created attachment 53768 [details] Bugfix 257861 I have changed only one line.
Thanks for your patch, I committed it to git.