You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Ron Gavlin (JIRA)" <ji...@apache.org> on 2016/10/17 03:41:58 UTC

[jira] [Comment Edited] (CMIS-1001) Parse Content-MD5 Mime Header and use it for validation if present

    [ https://issues.apache.org/jira/browse/CMIS-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15581098#comment-15581098 ] 

Ron Gavlin edited comment on CMIS-1001 at 10/17/16 3:41 AM:
------------------------------------------------------------

The proposed patch for the Browser Binding is available as PR: https://github.com/apache/chemistry-opencmis/pull/9.

Please review and provide feedback.

Thanks,

Ron


was (Author: rgavlin):
The proposed patch is available as PR: https://github.com/apache/chemistry-opencmis/pull/9.

Please review and provide feedback. 

Thanks,

Ron

> Parse Content-MD5 Mime Header and use it for validation if present
> ------------------------------------------------------------------
>
>                 Key: CMIS-1001
>                 URL: https://issues.apache.org/jira/browse/CMIS-1001
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: opencmis-server
>    Affects Versions: OpenCMIS 1.0.0
>            Reporter: Ron Gavlin
>            Priority: Minor
>
> Sometimes content streams get corrupted over the wire. Content stream hashes are often used to protect against these corruptions.
> Apache Chemistry OpenCMIS should validate contentStream input to AtomPub and Browser Binding CMIS operations, including setContentStream, appendContentStream, checkIn, and createDocument, by comparing the content stream MD5 hash against a Content-MD5 MIME header if present. A CMIS invalidArgument exception should be thrown if the hashes are not equal.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)