﻿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
19052	HTTP POST Dictionary should not be populated unconditionally	eric@…	nobody	"When Django creates an HttpRequest object, it appears to populate the POST property by creating a QueryDict using the contents of the POST entity body unless the Content-Type header begins with ""multipart"" (in which case it attempts to process a file upload).  This behavior produces a garbage POST dictionary if the contents of the entity body are arbitrary binary data.  The populating of the POST QueryDict should be skipped unless the Content-Type specifies such processing (such as for URL-encoded form data).  It should not perform this processing, for example, if the Content-Type is application/octet-stream. "	Bug	closed	HTTP handling	1.4	Normal	invalid	http, post		Unreviewed	0	0	0	0	0	0
