Ok, the response is compressed. I can see it when I set a debugging breakpoint inside the GZIPInInterceptor. BUT the class by design removes the content-encoding header before logging. So there is no chance to see from the logs if the xml was compressed or not.
I suggest this as an improvement of cxf to take let the original header untouched: https://issues.apache.org/jira/browse/CXF-6100 -- View this message in context: http://cxf.547215.n5.nabble.com/How-to-properly-use-HTTP-compression-with-CXF-3-tp5750949p5751054.html Sent from the cxf-user mailing list archive at Nabble.com.
