-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uri class converts $ to %24 #86043
Comments
Yes - that a known bug that we cannot fix anymore as too many extension are relying on the "wrong" encoding. |
@jrieken are there any plans to address this in some other way? It feels weird to have to do manual replacements on URIs all over the place for expected behaviour (probably extensions will end up making their own class). Couldn't it be solved with a flag on the object, so we can opt-in to "correct" behaviour? |
The place I hit this was |
I don't know if this is related to #83645, but my comment on that issue was marked as off-topic.
The URI class seems to unexpectedly encode the
$
character:Similar code in JavaScript doesn't do this:
The text was updated successfully, but these errors were encountered: