Skip to content
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

Open
MeteorStartup opened this issue Dec 26, 2016 · 4 comments
Open

Space in filename is not recognized #155

MeteorStartup opened this issue Dec 26, 2016 · 4 comments

Comments

@MeteorStartup
Copy link

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?

@mikedeboer
Copy link
Owner

In your screenshot it looks like you're putting the %20 in there yourself: http://stackoverflow.com/a/16085190
I don't know how you generated that link, but I'd suggest looking there first...

@mblum14
Copy link

mblum14 commented Jan 4, 2017

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.

@mikedeboer
Copy link
Owner

@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.

@MeteorStartup
Copy link
Author

so the issue was not solved yet?
I got same issue on version 0.3.4
I didn't change any options and I got url something like this,
filename%20something.dmg

something I found on the web was explained this issue to 'double urlencoding' issue.
if that was right, that should be fixed on next version-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants