Ticket #971 (closed enhancement: duplicate)
Support middleware as a plugin
Reported by: | sebbacon | Owned by: | sebbacon |
---|---|---|---|
Priority: | awaiting triage | Milestone: | |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description
I need to completely munge the rendered data coming from the app. There's not currently a plugin hook for this, where I get access to the entire environment. The most generic form of plugin would be WSGI Middleware. I propose adding an IMiddleware plugin hook for inserting abritrary middleware via our plugin system.
Change History
Note: See
TracTickets for help on using
tickets.
folded into #1013