Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

MOLD does not handle correctly URLs containing encoded characters #2012

Open
rebolbot opened this issue Apr 2, 2013 · 1 comment
Open

MOLD does not handle correctly URLs containing encoded characters #2012

rebolbot opened this issue Apr 2, 2013 · 1 comment

Comments

@rebolbot
Copy link
Collaborator

rebolbot commented Apr 2, 2013

Submitted by: Ladislav

As it looks, MOLD does not "expect" to encounter encoded characters in URLs. That is not a correct behaviour, since the characters are encoded when they are not meant as delimiters.

mold #[url! "http://a.b.c/d?e=f%26&g=h"]
; == "http://a.b.c/d?e=f%2526&g=h"
; "http://a.b.c/d?e=f%26&g=h" expected!

CC - Data [ Version: r3 master Type: Bug Platform: All Category: Datatype Reproduce: Always Fixed-in:none ]

@rebolbot
Copy link
Collaborator Author

rebolbot commented Apr 4, 2013

Submitted by: BrianH

This is related to #1327, #1333 and #1644.

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

No branches or pull requests

1 participant