﻿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
7379	middleware redirects in common.py don't pass the same URL parameters correctly.	John Matthew <john@…>	nobody	"line 83 of django/middleware/common.py should be:

    newurl += '?' + request.META['QUERY_STRING']

instead of:

    newurl += '?' + request.GET.urlencode()

That will ensure that the query parameters included in the redirect url are
identical to what was included in the original url. "		new	HTTP handling	dev			url redirect		Unreviewed	0	0	0	0	0	0
