'+'(Plus sign) interpreted as a ' ' (space) when using RestTemplate #22488
Labels
for: stackoverflow
A question that's better suited to stackoverflow.com
status: invalid
An issue that we don't feel is valid
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm using Spring version: 5.0.6.RELEASE.
I have exactly the same issue as described here: Stackoverflow#54294843
I'm sending the following GET request using the RestTemplate:
GET http://localhost:9092/sites/?email=test+f@gmail.com
When I'm using RestTemplate in attempt to send the request above,
test+f@gmail.com
is being interpreted astest f@gmail.com
('+' interpreted as ' ')I'm looking for a solution that doesn't involve workarounds.
Bests.
The text was updated successfully, but these errors were encountered: