Closed pbugni closed 6 years ago
:exclamation: No coverage uploaded for pull request base (
master@765be07
). Click here to learn what that means. The diff coverage is66.66%
.
@@ Coverage Diff @@
## master #194 +/- ##
=========================================
Coverage ? 93.85%
=========================================
Files ? 24
Lines ? 1368
Branches ? 0
=========================================
Hits ? 1284
Misses ? 84
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
flask_user/user_manager__utils.py | 92.59% <66.66%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 765be07...81b11cb. Read the comment docs.
Just wanted to chime in and say I just came across this in my own code and would love to see it merged soon!
This should also fix the version of make_safe_url
here: https://github.com/lingthio/Flask-User/blob/v0.6/flask_user/views.py#L739
Thank you for your suggestion. I incorporated the make_safe_url fixes into the v0.6.20 build.
Current version of
UserManager__Utils.make_safe_url
is dysfunctional when including a query string, namely, it removes the '?' delimiter.This PR includes a working version and the tests to demonstrate the problem (and the working solution).