-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Stricter charset handling and escaping of request URLs #2710
Conversation
Note: earlier discussion in #1837 (comment) |
Can we add some tests to catch regressions? |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2710 +/- ##
=============================================
- Coverage 88.912% 88.835% -0.078%
=============================================
Files 92 92
Lines 7017 7022 +5
Branches 1196 1197 +1
=============================================
- Hits 6239 6238 -1
- Misses 533 537 +4
- Partials 245 247 +2
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
raw_path
to avoid quote/encode cycle and unquoting of%2F
into/
early on.root_path
to path used in Sanic.