What is the difference between @RequestParam
and @PathVariable
while handling special characters?
+
was accepted by @RequestParam
as space.
In the case of @PathVariable
, +
was accepted as +
.
What is the difference between @RequestParam
and @PathVariable
while handling special characters?
+
was accepted by @RequestParam
as space.
In the case of @PathVariable
, +
was accepted as +
.