kevinsl / wsgi-intercept

Automatically exported from code.google.com/p/wsgi-intercept
Other
0 stars 0 forks source link

interception passes exceptions trough to the client #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. raise a uncatched exception in the wsgi app
2. watch it fall trough
3. non-profit

What is the expected output? What do you see instead?

expected: some kind of 500 error
gotten: some python exception

Original issue reported on code.google.com by ronny.pfannschmidt on 16 Dec 2010 at 1:12

Attachments: