Description
If the HTTP communication uses non-UTF-8 encoding, special characters (such as the German umlauts) cause dropping the message payload from log output when prettyLogging is enabled.
Example message:
POST /service HTTP/1.1 Content-Type: application/soap+xml; action="service-action"; charset=ISO-8859-1 Accept: */* User-Agent: Apache CXF 3.1.6 Cache-Control: no-cache Pragma: no-cache Host: host:8081 Connection: keep-alive Content-Length: 2072 <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Header>...</soap:Header><soap:Body>...<lastName>Müller</lastName>...</soap:Body></soap:Envelope>
Attachments
Issue Links
- links to