﻿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
11903	WSGIRequest.path not quoted properly	ianb	Fabián Ezequiel Gallina	"{{{WSGIRequest.__init__}}} contains the code:

{{{
        self.path = '%s%s' % (script_name, path_info)
}}}

Both script_name and path_info are url-decoded.  That is, if you request /Foo%20bar then PATH_INFO will be '/Foo bar' -- to get the accurate path you have to re-encode both values."	Bug	closed	HTTP handling	1.1	Normal	invalid		ianb@…	Design decision needed	1	0	0	0	0	0
