#16674: Django's WSGI Handler should report exceptions to the start_response()
callback
-------------------------------------+-------------------------------------
               Reporter:  jamesh     |          Owner:  nobody
                   Type:             |         Status:  new
  Uncategorized                      |      Component:  Core (Other)
              Milestone:             |       Severity:  Normal
                Version:  SVN        |       Keywords:
             Resolution:             |      Has patch:  1
           Triage Stage:  Design     |    Needs tests:  0
  decision needed                    |  Easy pickings:  0
    Needs documentation:  0          |
Patch needs improvement:  0          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------

Comment (by jamesh):

 For what it is worth, capturing the exception info from
 handle_uncaught_exception() covers mode of what I need, since that is
 where failure in my own code usually get caught.  Even if it doesn't give
 total coverage of all errors that Django intercepts, it would still be a
 useful improvement.

 In case you're interested, the WSGI middleware I am trying to get working
 is python-oops-wsgi:

 http://pypi.python.org/pypi/oops_wsgi

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16674#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to