-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
FrozenDueToAgeProposalWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.
Milestone
Description
As detailed in #15891 , net/url does not properly follow RFC3986 when encoding URL strings. Certain characters, such as ( and ) are URL-encoded when they are not required to be by the RFC.
I propose updating the logic in net/url to allow for valid URL characters to remain un-encoded, possibly adding a new case statement for differentiating between escaping URL strings and encoding URL components.
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeProposalWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.