What steps will reproduce the problem?
1. Using Prototype.js library make an ajax Post with parameters.
2. Use Req:parse_post() to get the Params
What is the expected output? What do you see instead?
[{"user[login]", "test"}] => got this []
The charset is tacked on to the end of the content-type so it doesn't match
when trying to parse the
mime-type. Expected "application/x-www-form-urlencoded", actual
"application/x-www-form-
urlencoded;charset=utf8"
Original issue reported on code.google.com by matthew....@gmail.com on 26 Feb 2008 at 7:46
Original issue reported on code.google.com by
matthew....@gmail.com
on 26 Feb 2008 at 7:46Attachments: