Skip to content
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

Don't use Uri.EscapeUriString () #220

Closed
wants to merge 1 commit into from

Conversation

grendello
Copy link
Contributor

The method encodes everything, including ampersands in the query
part of the URI. Instead follow advice given in

3675c5c#commitcomment-19000414

and use .OriginalString to let the caller handle encoding.

Updates fix committed in 3675c5c
for https://bugzilla.xamarin.com/show_bug.cgi?id=43411

The method encodes everything, including ampersands in the query
part of the URI. Instead follow advice given in

dotnet@3675c5c#commitcomment-19000414

and use .OriginalString to let the caller handle encoding.

Updates fix committed in 3675c5c
for https://bugzilla.xamarin.com/show_bug.cgi?id=43411
@grendello grendello closed this Sep 13, 2016
jpobst added a commit that referenced this pull request Nov 29, 2023
jpobst added a commit that referenced this pull request Nov 29, 2023
jpobst added a commit that referenced this pull request Nov 29, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants