-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
incorrect URL parsing #2114
Copy link
Copy link
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.urlIssues and PRs related to the legacy built-in url module.Issues and PRs related to the legacy built-in url module.
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.urlIssues and PRs related to the legacy built-in url module.Issues and PRs related to the legacy built-in url module.
A regression was introduced between v0.10 and v0.12 for the URL parsing of an
http.get()request. Basically, multi-byte characters are decoded as'binary'instead of eitherTest and additional information is located at nodejs/node-v0.x-archive#25634 (comment)