[CherryPy] #772: Make the wsgiserver single-app by default

0 views
Skip to first unread message

CherryPy

unread,
Jan 16, 2008, 4:37:56 PM1/16/08
to cherrypy...@googlegroups.com
#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

CherryPy

unread,
Jan 17, 2008, 1:25:59 AM1/17/08
to cherrypy...@googlegroups.com
#772: Make the wsgiserver single-app by default
---------------------------+------------------------------------------------
Reporter: fumanchu | Owner: fumanchu
Type: task | Status: closed
Priority: high | Milestone: 3.1
Component: CherryPy code | Resolution: fixed
Keywords: |
---------------------------+------------------------------------------------
Changes (by fumanchu):

* resolution: => fixed
* status: new => closed

Comment:

Implemented in [1867]. I decided to warn about multiple apps for now, and
plan to deny starting in 3.2.
Reply all
Reply to author
Forward
0 new messages