Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Not A Problem
-
OpenCMIS 0.13.0
-
None
-
None
Description
I would like to add an HTTP/1.1-standard Content-MD5 header to my Browser Binding GetContentStream operation response. Currently, this appears to require overrides of 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.