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

Percent decode FileMiddleware path + Response.Body.collect #2223

Merged
merged 2 commits into from
Mar 6, 2020

Conversation

tanner0101
Copy link
Member

@tanner0101 tanner0101 commented Mar 6, 2020

Adds support for percent-decoding paths supplied to FileMiddleware (#2223, fixes #2212).

Adds Response.Body.collect method for asynchronously collecting streaming response bodies (#2223).

@tanner0101 tanner0101 added bug Something isn't working semver-minor Contains new API labels Mar 6, 2020
@tanner0101 tanner0101 changed the title add percent encoding support to file middleware Percent decode FileMiddleware path + Response.Body.collect Mar 6, 2020
@tanner0101 tanner0101 merged commit 8df3941 into master Mar 6, 2020
@tanner0101 tanner0101 deleted the tn-filemiddleware-percent-encoding branch March 6, 2020 17:44
@tanner0101
Copy link
Member Author

These changes are now available in 4.0.0-rc.2.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working semver-minor Contains new API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FileMiddleware doesn't support %20 space encoding
1 participant