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

MiniWeb.save miss #121

Open
GoogleCodeExporter opened this issue Jul 8, 2015 · 1 comment
Open

MiniWeb.save miss #121

GoogleCodeExporter opened this issue Jul 8, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Save a local copy of MiniWeb into a folder with a space character its name
2. Open the local MiniWeb copy in your browser
3. Click the save button in MiniWeb

What is the expected output? What do you see instead?
The original file should be overwritten. Instead a new folder(s) will be
created and the file saved there.

Please use labels and text to provide additional information.
The problem is that the MiniWeb.save method will use the URI encoded
location.pathname from the browser to save the file thus creating a new
path. The attached file corrects the issue using the decodeURI function.
Changes on lines 117-120.

Original issue reported on code.google.com by [email protected] on 15 Nov 2009 at 4:11

Attachments:

@GoogleCodeExporter
Copy link
Author

Thanks for the fix!

Original comment by [email protected] on 15 Nov 2009 at 11:51

  • Changed state: Started
  • Added labels: Browser-All, Module-MiniWeb, Priority-Medium, Type-Defect

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

No branches or pull requests

1 participant