Please note that I already tried to force cxf to change the content-transfer-encoding by setting it manually:
Client client = ClientProxy.getClient(port);
Map<String, Object> headers = client.getRequestContext();
headers.put("Content-Transfer-Encoding", "8bit");
This doesn't seem to do anything.
--
View this message in context:
http://cxf.547215.n5.nabble.com/Strange-Content-Transfer-Encoding-problem-tp5719988p5719994.html
Sent from the cxf-user mailing list archive at Nabble.com.
