Michael Pätzold created CAMEL-19768:
---------------------------------------
Summary: HTTP message body encoded with wrong charset
Key: CAMEL-19768
URL: https://issues.apache.org/jira/browse/CAMEL-19768
Project: Camel
Issue Type: Bug
Components: camel-http
Affects Versions: 4.0.0
Reporter: Michael Pätzold
I was facing an issue during migration from Camel 3 to 4 when routing HTTP
requests that contain JSONs with special characters, e.g. German umlauts. In my
case, this leads to a situation where the receiving Spring Boot service rejects
the request, pointing out it's not readable. That's actually true since the
request header states that the message is in UTF-8 while it actually is encoded
in ISO 8859-1.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)