ekojarakan / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Request body changes while using POST method #256

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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