bottlepy / bottle

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

Mounted application uses error handles from parent. #1205

Open defnull opened 4 years ago

defnull commented 4 years ago

In 0.13 a mounted application will use its own plugins, but other aspects (error handlers, hooks) are not separated correctly. Mounted applications should be mostly independant from the parent, as they were in 0.12