-
Notifications
You must be signed in to change notification settings - Fork 24.6k
Fix URL parsing to respect node/chromium convention #50757
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D73101813 |
Summary: We received [this issue](facebook#50747) in OSS where the URL parsing logic does not respect node/chromium specs. This can cause issue in usercode. This change fixes it ## Changelog: [General][Fixed] - make sure that URLs are parsed following the node specs Differential Revision: D73101813
ae60fa8
to
35c1cc0
Compare
Summary: We received [this issue](facebook#50747) in OSS where the URL parsing logic does not respect node/chromium specs. This can cause issue in usercode. This change fixes it ## Changelog: [General][Fixed] - make sure that URLs are parsed following the node specs Differential Revision: D73101813
35c1cc0
to
7f499cc
Compare
This pull request was exported from Phabricator. Differential Revision: D73101813 |
Summary: Pull Request resolved: facebook#50757 We received [this issue](facebook#50747) in OSS where the URL parsing logic does not respect node/chromium specs. This can cause issue in usercode. This change fixes it ## Changelog: [General][Fixed] - make sure that URLs are parsed following the node specs Differential Revision: D73101813
This pull request was exported from Phabricator. Differential Revision: D73101813 |
7f499cc
to
657c0cd
Compare
@cipolleschi I missed adding this case(toString) in test cases when I merged URLsearchParams implementation. Should I raise a PR for adding this to testcases? |
This pull request has been merged in 6d8a02a. |
This pull request was successfully merged by @cipolleschi in 6d8a02a When will my fix make it into a release? | How to file a pick request? |
Summary: Pull Request resolved: facebook#50757 We received [this issue](facebook#50747) in OSS where the URL parsing logic does not respect node/chromium specs. This can cause issue in usercode. This change fixes it ## Changelog: [General][Fixed] - make sure that URLs are parsed following the node specs Reviewed By: huntie Differential Revision: D73101813 fbshipit-source-id: 36f1d23b3ad7882c16524843621d9ebbcc09b95d
Summary:
We received this issue in OSS where the URL parsing logic does not respect node/chromium specs.
This can cause issue in usercode. This change fixes it
Changelog:
[General][Fixed] - make sure that URLs are parsed following the node specs
Differential Revision: D73101813