normalize_path_middleware should keep the query string. #3278
Merged
asvetlov merged 5 commits intoaio-libs:masterfrom Sep 20, 2018
Merged
normalize_path_middleware should keep the query string. #3278asvetlov merged 5 commits intoaio-libs:masterfrom
normalize_path_middleware should keep the query string. #3278asvetlov merged 5 commits intoaio-libs:masterfrom
Conversation
Member
|
Nice catch! Could you please reorder imports using isort? https://travis-ci.com/aio-libs/aiohttp/jobs/146631131#L742 |
Codecov Report
@@ Coverage Diff @@
## master #3278 +/- ##
==========================================
- Coverage 98.03% 97.99% -0.04%
==========================================
Files 43 43
Lines 7894 7894
Branches 1354 1354
==========================================
- Hits 7739 7736 -3
- Misses 63 65 +2
- Partials 92 93 +1
Continue to review full report at Codecov.
|
Member
|
Thanks! |
|
Me needs this fix. The last aiohttp release happened on Sep 5. This fix just barely missed it. |
Member
|
See #3384 for the next release updates |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
normalize_path_middlewareshould keep the query string.first commit reveals the bug.

the query string should the same, after transforming by the middleware.
second commit for bugfix
Related issue number
Checklist
CONTRIBUTORS.txtCHANGESfolder<issue_id>.<type>for example (588.bugfix)issue_idchange it to the pr id after creating the pr.feature: Signifying a new feature..bugfix: Signifying a bug fix..doc: Signifying a documentation improvement..removal: Signifying a deprecation or removal of public API..misc: A ticket has been closed, but it is not of interest to users.