Ticket #5234 enhancement new

Opened 22 months ago

Last modified 22 months ago

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

1

Changed 22 months ago by glyph

  • component changed from core to web
Note: See TracTickets for help on using tickets.