Custom 400 error handler or capture broken URLs

2014-10-10 Thread Simon Steinberger
Django sites respond to broken URLs with a blank error 400 page. E.g. here on Disqus: http://disqus.com/%C3A4 This error is raised inside the WSGI application and currently there's no way to avoid it or to use some custom error 400 page. We do have a nasty patch that's grossly inefficient and

Re: Custom 400 error handler or capture broken URLs

2014-10-12 Thread Simon Steinberger
Excellent - thank you! On Friday, October 10, 2014 4:00:33 PM UTC+2, Karen Tracey wrote: > > There is a ticket open on this issue: > > https://code.djangoproject.com/ticket/19508 > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to