-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix normalize_path_middleware behavior for patch without slash (3669) #3670
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM, but could you, please, also add the test made by @vir-mir as a separate case? That one clearly demonstrates the issue and linked with real case.
Codecov Report
@@ Coverage Diff @@
## master #3670 +/- ##
=======================================
Coverage 97.88% 97.88%
=======================================
Files 43 43
Lines 8559 8559
Branches 1377 1377
=======================================
Hits 8378 8378
Misses 75 75
Partials 106 106
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks! 🍺 |
Fix for issue #3669