summaryrefslogtreecommitdiff
path: root/test/test_mount.py
Commit message (Expand)AuthorAgeFilesLines
* fix #581: Mounted applications are shadowed by other routes.Marcel Hellkamp2014-02-051-0/+10
* Merged the new ConfDict and the old ConfigDict into one class.Marcel Hellkamp2013-07-161-2/+2
* Removed unused importsfatiherikli2013-04-211-1/+1
* Fix #446 (also #438): Wrong subapp response body handling and lost Content-Ty...Marcel Hellkamp2013-02-011-0/+15
* Fixed testcase for 3.3Marcel Hellkamp2013-01-211-1/+2
* fix #438: "Some cookies are lost when using mount()"Marcel Hellkamp2013-01-211-2/+9
* api: Bottle.mount() not adds 'mountpoint' meta-data to the created routes to ...Marcel Hellkamp2012-05-291-0/+9
* Added a Bottle.merge() method.Marcel Hellkamp2011-12-281-0/+18
* Removing some useless imports.Iuri de Silvio2011-12-031-1/+1
* fix: All test-cases now support 2.x and 3.x from the same source.Marcel Hellkamp2011-12-021-6/+0
* Improved Bottle.mount()Marcel Hellkamp2011-10-011-28/+64
* fix: Plugins are now disabled for sub application. See #149Marcel Hellkamp2011-04-231-0/+28