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

Fix for enabling spaces in filenames #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

suprraz
Copy link

@suprraz suprraz commented Mar 6, 2017

Filenames were being double encoded, i.e. "foo%2520bar" instead of "foo%20bar". Solution removes encodeURI() on line 314 and leaves line 373 to do the encoding.

Resolves #155

@suprraz suprraz changed the title Fix for enabling file names to contain paces Fix for enabling spaces in filenames Mar 6, 2017
@matthiasg
Copy link

why is this not merged in ? @mikedeboer any specific reason ?

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

Successfully merging this pull request may close these issues.

2 participants