What steps will reproduce the problem?
1. POST a url encoded form with text like "hello+world"
2. Well get sent as "hello%2Bworld"
3. But in pretty mode, it will say the posted value is "hello world"
What is the expected output? What do you see instead?
Expect "hello+world"
Got "hello world"
What version of the product are you using? On what operating system?
0.8.3 / FF 3.0.3
Please provide any additional information below.
Patch attached to fix the issue. Problem was order of operations decoding
URI data. Need to convert the pluses first, not later.
Original issue reported on code.google.com by tschund...@gmail.com on 6 Oct 2008 at 5:03
Original issue reported on code.google.com by
tschund...@gmail.com
on 6 Oct 2008 at 5:03Attachments: