[GitHub] [cxf] dependabot[bot] opened a new pull request, #1276: Bump jackson-databind from 2.15.0 to 2.15.1

2023-05-16 Thread via GitHub
dependabot[bot] opened a new pull request, #1276: URL: https://github.com/apache/cxf/pull/1276 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.15.0 to 2.15.1. Commits See full diff in https://github.com/FasterXML/jackson/commits";>compare view

RE: Mismatch in content encoding between client and server

2023-05-16 Thread Jean Pierre URKENS
Hi Andriy, No problem, I am already happy to get a reply! I am fairly new to using CXF so I learn as I go along, with all the mistakes included. It looks like you're right about the incorrect use of the 'content-encoding' header. I wasn't aware about the additional setting on the MediaType so I'l

Re: Mismatch in content encoding between client and server

2023-05-16 Thread Andriy Redko
Hi Jean, My apologies for late response but it seems like you have found the issue :-). However am a bit surprised by the way you are using Content-Encoding [1]. I would expect the charset to be passed along with content type: Response .status(Status.OK) .entity(dvlInfo)