-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Quotes in the URL are not percent encoded #46850
Labels
confirmed-bug
Issues with confirmed bugs.
whatwg-url
Issues and PRs related to the WHATWG URL implementation.
Comments
cc @anonrig |
cc @nodejs/url |
Looks like a bug in ada. |
anonrig
added
whatwg-url
Issues and PRs related to the WHATWG URL implementation.
confirmed-bug
Issues with confirmed bugs.
labels
Feb 26, 2023
It seems like web platform tests do not cover this edge case... |
We have a patch release in ada (v1.0.4). Upgrading ada in node should fix the issue. |
This was referenced Feb 27, 2023
anonrig
pushed a commit
to anonrig/node
that referenced
this issue
Apr 5, 2023
PR-URL: nodejs#46853 Fixes: nodejs#46850 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
anonrig
pushed a commit
to anonrig/node
that referenced
this issue
Apr 5, 2023
PR-URL: nodejs#46853 Fixes: nodejs#46850 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
anonrig
pushed a commit
to anonrig/node
that referenced
this issue
Apr 11, 2023
PR-URL: nodejs#46853 Fixes: nodejs#46850 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
anonrig
pushed a commit
to anonrig/node
that referenced
this issue
Apr 11, 2023
PR-URL: nodejs#46853 Fixes: nodejs#46850 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed-bug
Issues with confirmed bugs.
whatwg-url
Issues and PRs related to the WHATWG URL implementation.
Version
19.7.0
Platform
all
Subsystem
No response
What steps will reproduce the bug?
When parsing a url containing double quotes with
new URL()
, the quotes are not percent encoded.Test code:
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
Expected:
What do you see instead?
Actual:
Additional information
Last good: Node.js v19.6.1
First bad: Node.js v19.7.0
Seem to be regressed by #46410
The text was updated successfully, but these errors were encountered: