﻿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
11660	mod_python handler does not set inbound content-type correctly	Nowell Strite	nobody	The mod_python handler does not set the inbound content-type properly (request.META[''''Content-Type'''']) instead setting it to None. This is problematic for things such as RESTful services, where we might want to specify the inbound payload content-type (application/json, text/xml, etc.). This patch retrieves the content-type properly; in the same way a previous ticket does http://code.djangoproject.com/ticket/5611 for a different portion request parsing.		closed	HTTP handling	1.1		fixed	mod_python content-type		Unreviewed	1	0	0	0	0	0
