Ron Gavlin created CMIS-947: ------------------------------- Summary: AbstractServiceCall.sendContentStreamHeaders() should be easier to override Key: CMIS-947 URL: https://issues.apache.org/jira/browse/CMIS-947 Project: Chemistry Issue Type: Improvement Components: opencmis-server Affects Versions: OpenCMIS 0.13.0 Reporter: Ron Gavlin Priority: Minor
I would like to add an HTTP/1.1-standard Content-MD5 header to my GetContentStream operation response. In order to do so, it appears I must currently override both the CMISBrowserBindingServlet and the ObjectService.GetContentStream classes. This is a lot of work to support an HTTP/1.1-standard feature. Instead, method AbstractServiceCall.sendContentStreamHeaders() should be easier to directly override. -- This message was sent by Atlassian JIRA (v6.3.4#6332)