I develop a rest API that serves city information for users. But I'm having problems with @RequestParam charset. I sent some params to the controller which includes Turkish characters. And it didn't work as expected.
Some of the characters that I have Turkish character problem:
I develop a rest API that serves city information for users. But I'm having problems with @RequestParam charset. I sent some params to the controller which includes Turkish characters. And it didn't work as expected.
Some of the characters that I have Turkish character problem:
If you want to check that source code of this project: https://github.com/enesusta/tzone/tree/develop
Here is my request
Here is our controller
Here is our service:
Expected behavior
Actual behavior
Environment
https://github.com/quarkusio/quarkus/issues/10133
$upstream:10133$