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

Double quote not sanitized in filenames #13

Open
spleen1981 opened this issue Aug 10, 2020 · 0 comments
Open

Double quote not sanitized in filenames #13

spleen1981 opened this issue Aug 10, 2020 · 0 comments

Comments

@spleen1981
Copy link

As per object, in case of filename with double quotes the script results in "Download error".

I guess the following:

input_string := StrReplace(input_string, "``", "_")

should be changed to:
input_string := StrReplace(input_string, """""", "_")

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

1 participant