Support a customizable internal server error page in WSGIResource
[email protected] Wed, 18 Nov 2009 02:05:58 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from exarkun <[email protected]>: #4019 added a number of extra error handling behaviors to `WSGIResource` so that when an unexpected exception occurs, the request will be responded to with a 500 (if possible). The response has no body, though. It should be possible to specify the error page to use as a custom resource or resource factory. This might make sense as an argument to `WSGIResource.__init__` or as an overrideable method on that class. ---------- Type : enhancement Component: web Keywords : Priority : low Nosy : ---------- http://twistedmatrix.com/trac/ticket/4117