Closed joka921 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.08%. Comparing base (
4c203e2
) to head (4118da0
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
For URL-decoding, now use (the well documented)
boost::urls::parse_origin_form
instead of the (internal and poorly documented)boost::urls::parse_query
because the latter turned out to not unescape+
to space.TODO for a separate PR: When the URL path is malformed, currently a Boost-internal error message is returned, like
leftover [boost.url.grammar:4]
. Instead an exception should be thrown and caught and a proper error message displayed.