Re: [OpenCMIS] Possibility to disable chunked transfer encoding

2014-09-18 Thread Sascha Homeier
Hi Florian, thx for the quick response. Now I understand your comment in https://issues.apache.org/jira/browse/CMIS-421 that chunks are used to deal with huge documents (at first I thought the other way round because of the slight overhead of every chunk). Taking into account that we often dea

Re: [OpenCMIS] Possibility to disable chunked transfer encoding

2014-09-18 Thread Florian Müller
Hi Sascha, To turn off chunking OpenCMIS would have to know how big the request body is before it sends it. The Content-Length header must be set before the request body is sent. To determine the length, the body would have to be generated and stored somewhere. And here is the issue. The body

[OpenCMIS] Possibility to disable chunked transfer encoding

2014-09-18 Thread Sascha Homeier
Hello together, is it possible to disable the chunked transfer encoding in Java OpenCMIS ? I am asking because our Nginx based Connect-Cluster currently does not support Chunks and adjusting the Cluster affects our whole public available systems (also I am not sure if our FW will handle chunks