Hello, I have an RS service returning a PDF as a byte[]:
The PDF is fully generated and the byte array is propertly filled (if I write the byte[] to a file, the file is OK). But I can't get the response from any rest client (namely cURL, Chrome Postman, WizTool RestClient). Is there some tuning at CXF or Tomcat level to do? CURL logs shows that PDF transfert starts, but ends prematuraly: -- View this message in context: http://cxf.547215.n5.nabble.com/JAXRS-server-chunked-response-tp5748560.html Sent from the cxf-user mailing list archive at Nabble.com.
