Ticket #5234 enhancement new
WSGIResource should support a mechanism for dispatching to other resources
| Reported by: | glyph | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
Perhaps the most common case for WSGI hosting is a WSGI app at "/" with some static content at "/static/". In order for this to work, WSGIResource has to support putChild, or require hacks like this. It might be useful to allow more selective overrides than putChild provides, since people sometimes want the static director(y|ies) to be at a path with multiple segments in it.
Change History
Note: See
TracTickets for help on using
tickets.
