'+'(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
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 protected]
When I'm using RestTemplate in attempt to send the request above,
[email protected]
is being interpreted astest [email protected]
('+' interpreted as ' ')I'm looking for a solution that doesn't involve workarounds.
Bests.
The text was updated successfully, but these errors were encountered: