-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Space in filename is not recognized #155
Comments
In your screenshot it looks like you're putting the %20 in there yourself: http://stackoverflow.com/a/16085190 |
I had the same issue. When hosting a filename with a space in the name (e.g., Boot Camp (Imported).vmwarevm.zip), it is listed as Boot%20Camp%20(Imported).vmwarevm.zip in the browser and clicking on it results in the XML 404 error. If I change the filename to just BootCamp(Imported).vmwarevm.zip everything seems to work. |
@mblum14 that sounds like a straightforward issue where jsDAV doesn't escape the path properly. I don't have the time to look at this issue currently, but I'd be happy to mentor someone who wants to fix it. |
so the issue was not solved yet? something I found on the web was explained this issue to 'double urlencoding' issue. |
I've got filename something like this, Boot%20Camp%20(Imported).vmwarevm.zip
and that is not available to download on the browser.
The Browser shows following XML error document which could not find the path.
http://i.imgur.com/3pDESkg.png
Is there a option or some convenient way to solve this?
The text was updated successfully, but these errors were encountered: