Skip to content

incorrect URL parsing #2114

Closed
Closed
@trevnorris

Description

@trevnorris

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 either

  1. Being decoded as UTF-8
  2. Properly decoded into their '%' counterparts.

Test and additional information is located at nodejs/node-v0.x-archive#25634 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmed-bugIssues with confirmed bugs.httpIssues or PRs related to the http subsystem.urlIssues and PRs related to the legacy built-in url module.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions