On Wed, Dec 9, 2009 at 11:21 PM, Michael Manfre <[email protected]> wrote: > If a middleware throws an exception, it is not possible to catch and > handle that error. Instead it goes straight to the unhandled exception > handler and prevents any process_exception middleware methods from > acting on the exception. I included a patch that shifts the > process_view processing down a line of code to allow middleware > exception handling. > > #12250 http://code.djangoproject.com/ticket/12250 > > Regards, > Michael Manfre > > -- > > You received this message because you are subscribed to the Google Groups > "Django developers" 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-developers?hl=en. > > >
This is actually a duplicate of another ticket (who's number I can't recall, but it is in the 6000 range). Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Voltaire "The people's good is the highest law." -- Cicero "Code can always be simpler than you think, but never as simple as you want" -- Me -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en.
