﻿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
15864	django generates strange error	vadim dyadkin	nobody	"I'm not sure it is a bug or not. If I add this string:

{{{
++++++++++++++++++++++++++++++++++++++++++++Result:+%ED%E5+%ED%E0%F8%EB%EE%F1%FC+%F4%EE%F0%EC%FB+%E4%EB%FF+%EE%F2%EF%F0%E0%E2%EA%E8;
}}}

to any django's url (like http://example.com/djangoapp/suburl+++...), it generates error of this kind:
{{{#!python
[Wed Apr 20 16:31:06 2011] [error] [client 195.19.214.230] mod_wsgi (pid=23117): Exception occurred processing WSGI script '/var/www/localhost/htdocs/fks2011/django.wsgi'.
[Wed Apr 20 16:31:06 2011] [error] [client 195.19.214.230] Traceback (most recent call last):
[Wed Apr 20 16:31:06 2011] [error] [client 195.19.214.230]   File ""/usr/lib64/python2.7/site-packages/django/core/handlers/wsgi.py"", line 264, in __call__
[Wed Apr 20 16:31:06 2011] [error] [client 195.19.214.230]     logger.warning('Bad Request (UnicodeDecodeError): %s' % request.path,
[Wed Apr 20 16:31:06 2011] [error] [client 195.19.214.230] UnboundLocalError: local variable 'request' referenced before assignment
}}}

instead of generating 404 (as it is for half of this strange string).

This works for all my django apps v1.3"	Uncategorized	closed	Uncategorized	1.3-beta	Normal	duplicate		dyadkin@…	Unreviewed	0	0	0	0	0	0
