Ticket #394 (closed defect: fixed)
WSGI gateway should return correct response type and log all exceptions
| Reported by: | dthompso | Owned by: | nick |
|---|---|---|---|
| Priority: | major | Milestone: | 0.4 |
| Component: | Gateway | Version: | 0.3.1 |
| Keywords: | Cc: | ||
| Fixed in revision: | Branch: | ||
| Author: |
Description
WSGI gateway does not return response if an exception is raised during request decoding or response encoding.
Attachments
Change History
comment:1 Changed 20 months ago by nick
- Status changed from new to accepted
This should also apply to all other gateways.
comment:2 Changed 20 months ago by nick
- Component changed from Remoting to Gateway
Branching to source:pyamf/branches/gateway-exception-394 in r1860.
comment:3 Changed 19 months ago by nick
- Keywords review added
- Owner nick deleted
- Status changed from accepted to assigned
I have extended the patch to Google, Twisted and Django gateways.
Note: See
TracTickets for help on using
tickets.


patch for wsgi.py