You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
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.