bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.33k stars 1.46k forks source link

0.12.19 auth_basic don't play nicely with bottle-sqlalchemy plugin #1339

Closed yoch closed 3 years ago

yoch commented 3 years ago

This line is missing there, causing that injected parameters doesn't work : https://github.com/bottlepy/bottle/blob/f9b1849db4dd724e36a93a1032be592193fba581/bottle.py#L3172

defnull commented 3 years ago

This was missing a backport from dev, thanks.