﻿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
16541	A broken URL should not handled as a 400 bad request, it might a 404 not found	kinpoo	nobody	"like broken URL ""/%E5"", now it except UnicodeDecodeError and return HttpResponseBadRequest

1. I think it might be handle as a bad URL and output 404 not found, not 400 bad request.

2. Sometimes, add some unnecessary information in URL for SEO reason, example: ""/123-外贸"", encoded as ""/123-%E5%A4%96%E8%B4%B8"", if it broken, looks like ""/123-%E5"", I can also get the correct resource and redirect to correct url

"	Bug	closed	HTTP handling	1.3	Normal	wontfix		kinpoo	Design decision needed	0	0	0	0	0	1
