What steps will reproduce the problem?
1. Create post query to some endpoint (newly written, without any headers)
2. when I try to get string 'test test' from @RequestBody using spring I get
'test++test='
expected output 'test-test' : Instead I see 'test++test=' (+s are written
instead of spaces and = is appended at the end)
Windows 7, Chrome 34.0.1847.137?
Original issue reported on code.google.com by serg.sar...@gmail.com on 25 May 2014 at 1:42
Original issue reported on code.google.com by
serg.sar...@gmail.com
on 25 May 2014 at 1:42