Skip to content

Remove incorrect double-encoding of ImageUrl#3

Open
andersk wants to merge 2 commits intochowdhurya:masterfrom
andersk:double-encoding
Open

Remove incorrect double-encoding of ImageUrl#3
andersk wants to merge 2 commits intochowdhurya:masterfrom
andersk:double-encoding

Conversation

@andersk
Copy link

@andersk andersk commented Sep 1, 2023

The url::UrlQuery API already takes care of encoding. This extra encoding step resulted in an incorrect double-encoding of url? to d=url%253F rather than the correct d=url%3F.

The url::UrlQuery API already takes care of encoding.  This extra
encoding step resulted in an incorrect double-encoding of `url?` to
`d=url%253F` rather than the correct `d=url%3F`.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
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.

1 participant