﻿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
1963	Multiple form variables of the same name get lost.	anonymous	Adrian Holovaty	"Multiple form variable of the same name get lost.

<form action=""./result"" method=""post"">
  <input name=""moo"" value=""one"" />
  <input name=""moo"" value=""two"" />
<form>

request.POST[moo] is two

This would be fine if the other values were accessible at middleware level, unfortunately they are not, so it is impossible to prioritise them or process them into, for example, a list for the view to deal with."	defect	closed	Core (Other)		normal	invalid			Unreviewed	0	0	0	0	0	0
