You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2011/07/10 20:19:59 UTC

[jira] [Created] (CMIS-398) Add client compression support to OpenCMIS client

Add client compression support to OpenCMIS client
-------------------------------------------------

                 Key: CMIS-398
                 URL: https://issues.apache.org/jira/browse/CMIS-398
             Project: Chemistry
          Issue Type: Improvement
          Components: opencmis-client-bindings
            Reporter: Florian Müller
            Assignee: Florian Müller
            Priority: Minor
             Fix For: OpenCMIS 0.5.0


The OpenCMIS client should be able to send compressed requests to a CMIS server. For some operations (especially AtomPub createDocument()) compression could result in significant bandwidth savings.  
(See also CMIS-296.)


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (CMIS-398) Add client compression support to OpenCMIS client

Posted by "Florian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CMIS-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Müller resolved CMIS-398.
---------------------------------

    Resolution: Fixed

Client compression is turned off by default.

Turn it on by adding this session parameter:
parameters.put(SessionParameter.CLIENT_COMPRESSION, "true");

Note, that the web server on the other end has to support GZIP decompression.

> Add client compression support to OpenCMIS client
> -------------------------------------------------
>
>                 Key: CMIS-398
>                 URL: https://issues.apache.org/jira/browse/CMIS-398
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: opencmis-client-bindings
>            Reporter: Florian Müller
>            Assignee: Florian Müller
>            Priority: Minor
>             Fix For: OpenCMIS 0.5.0
>
>
> The OpenCMIS client should be able to send compressed requests to a CMIS server. For some operations (especially AtomPub createDocument()) compression could result in significant bandwidth savings.  
> (See also CMIS-296.)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira