Skip to content

proposal: net/url: provide AllowQuerySemicolons functionality for net/url rather than net/http #47425

@chrisguiney

Description

@chrisguiney

#25192 was a breaking change and #45973 sought to alleviate that change with AllowQuerySemicolons. Implementing it as an http handler however ignores any other use case for parsing urls.

My understanding is that anything parsing doubleclick urls, which explicitly use semicolons, would still break.

https://support.google.com/richmedia/answer/117426?hl=en

It would be great if we could have some mechanism to allow for backward compatibility in net/url rather than net/http, so that all use cases can be accommodated.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions