What is the difference between @RequestParam and @PathVariable while handling special characters?
@RequestParam
@PathVariable
+ was accepted by @Re
+
@Re
it may be that the application/x-www-form-urlencoded midia type convert space to +, and the reciever will decode the data by converting the + to space.check the url for more info.http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1