#772: Make the wsgiserver single-app by default
---------------------------+------------------------------------------------
Reporter: fumanchu | Owner: fumanchu
Type: task | Status: new
Priority: high | Milestone: 3.1
Component: CherryPy code | Keywords:
---------------------------+------------------------------------------------
Currently (3.1beta3), the wsgiserver automatically wraps multiple incoming
apps in a WSGIPathInfoDispatcher instance, mostly because CP passes
cherrypy.tree.apps instead of just cherrypy.tree. Both behaviors should be
changed so that 1) the wsgiserver only takes a single app, and 2) cpwsgi
passes the whole tree. The latter would make the test suite a lot easier,
as well as giving users the ability to dynamically mount apps more easily.
--
Ticket URL: <
http://www.cherrypy.org/ticket/772>
CherryPy <
http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework