-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
incorrect URL parsing #2114
Copy link
Copy link
Closed
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.httpIssues and PRs related to the http subsystem.Issues and 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.
Description
Activity
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.httpIssues and PRs related to the http subsystem.Issues and 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)