You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having reviewed the code in flask-debugtoolbar and that in the current version of Flask I can't see any functional difference (except wiring in debugtoolbar process_view). However, in the process of exploring what it was doing I am concerned that the debugtoolbar testing through tox passes just fine if I comment out the monkeypatch completely so I will try to improve that.
Sounds great, then let's close this. I didn't check the code since you already did, but I did check git blame on that section of Flask code and you're right, most of it hasn't been modified in 9-10 years!
Our
dispatch_request()
was a modified version offlask.dispatch_request()
, but that fork happened years ago.Now would be a good time to review how they wire it to see if there are any additional improvements/tweaks that should be pulled in:
https://github.com/pallets/flask/blob/a3e4395a42574386a15ef6ca1afa83ff9787608f/src/flask/app.py#L1907-L1946
The text was updated successfully, but these errors were encountered: