﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10834	BaseHandler does not handle resolver returning None	xerolas	ccahoon	"django.core.handler.base.!BaseHandler has the following call to the resolver:
{{{
            callback, callback_args, callback_kwargs = resolver.resolve(
	                    request.path_info)
}}}

However resolve() can return None (this happens to me when I get bogus HTTP requests from bots) and !TypeError is not explicitly caught (for trying to unpack None).

The result is that 500 is returned instead of 404 and an email to the admins is sent (by default)."		closed	HTTP handling	dev		fixed		chris.cahoon@…	Accepted	1	0	0	0	0	0
