Eric Radman wrote:
Hi all,

I discovered an odd issue with WSGIKit's handling of GET data when a
form is submitted with POST.


http://eradman.com/app/formtest?id=20

Shows up as:

id : 20

...but when I submit a form I get something like this:

password : abc124
id : ['10']

I think that must be because it uses cgi.parse_qs directory, which returns a dictionary of lists (never flattening parameters). I checked in what I think is a fix.




--
Ian Bicking  /  [EMAIL PROTECTED]  /  http://blog.ianbicking.org


------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ Webware-devel mailing list Webware-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to