Ticket #5112 (closed enhancement: duplicate)
Opened 5 years ago
Last modified 5 years ago
TracWsgiPlugin integration
| Reported by: | martin@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
For those who play with WSGI, th:TracWsgiPlugin might be useful if it was included in Trac distribution. See the examples why and how this might be useful (at least handy in some simple situations)
Attachments
Change History
comment:1 follow-up: ↓ 2 Changed 5 years ago by mgood
- Resolution set to duplicate
- Status changed from new to closed
- Summary changed from Trac could include better WSGI support to TracWsgiPlugin integration
comment:2 in reply to: ↑ 1 Changed 5 years ago by anonymous
Replying to mgood:
I find the name of the plugin a bit confusing since it's really about adding PasteDeploy? support, which is based on WSGI, but it's not actually expanding Trac's support for the WSGI spec.
The plugin part of the given piece of code creates support for PasteDeploy? applications *inside* trac namespace. This makes trac behave more like a wsgi middleware than just an application. It was useful in one case at least. I do agree it is somewhat out of the trac scope.
Ticket #2581 is already open for Paste Deploy support, and it should be done in one of the upcoming releases now that we've moved to setuptools completely.
ACK, dup.



I find the name of the plugin a bit confusing since it's really about adding PasteDeploy? support, which is based on WSGI, but it's not actually expanding Trac's support for the WSGI spec.
Ticket #2581 is already open for Paste Deploy support, and it should be done in one of the upcoming releases now that we've moved to setuptools completely.