Carlo Sciolla created CMIS-655:
----------------------------------

             Summary: Chunked transfer encoding effectively disables browser 
caching
                 Key: CMIS-655
                 URL: https://issues.apache.org/jira/browse/CMIS-655
             Project: Chemistry
          Issue Type: Bug
          Components: opencmis-server
    Affects Versions: OpenCMIS 0.9.0 beta 1
            Reporter: Carlo Sciolla


OpenCMIS never sets the Content-length on HTTP responses, letting the app 
server use the default strategy of sending them with a "Transfer-encoding: 
chunked" header. 
While it's valid HTTP 1.1, it's not fully supported by e.g. some browsers and 
cache middleware, which handle such responses fine but fail to cache them. 

Please provide to either set the content-length at least in the 
getContentStream calls, or allow users to hook into the HTTP serialization 
process.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to