﻿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
14117	POST Data is different when run from TestClient and actually received	jon@…	nobody	"In my POST data I have a string that contains a + as a space. (i.e. key=Value+1)

In the test framework, request.POST['key'] sees this as 'Value+1', but when run in production request.POST['key'] returns 'Value 1'.

So I fixed it in my production environment, but now it causes my tests to fail."		closed	Testing framework	1.2		invalid	TestClient		Unreviewed	0	0	0	0	0	0
