Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix URL encoding of HttpUtility.ParseQueryString's ToString method #98263

Merged
merged 3 commits into from
Feb 12, 2024

Conversation

RenderMichael
Copy link
Contributor

Fixes #97826

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Feb 10, 2024
@ghost
Copy link

ghost commented Feb 10, 2024

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #97826

Author: RenderMichael
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

Copy link
Member

@ManickaP ManickaP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks for the contribution!

@ManickaP ManickaP merged commit f582c0b into dotnet:main Feb 12, 2024
106 of 111 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 14, 2024
@karelz karelz added this to the 9.0.0 milestone May 14, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
area-System.Net.Http community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ToString() function in HttpQSCollection inside of System.Web.HttpUtility does not URL encode names
3 participants