[ 
https://jira.nuxeo.com/browse/CMIS-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Florent Guillaume updated CMIS-48:
----------------------------------

    Description: 
Make it possible to dramatically reduce the network load with atompub bindings 
with gzip compression

Trick by Florian Mueller during the CMIS face 2 face meeting, add the following 
to the options to the <Connector/> tag in server.xml:

{code}
compression="on"
compressionMinSize="2048"
compressableMimeType="text/html,text/xml,application/atomsvc+xml,application/atom+xml;type=entry,application/atom+xml;type=feed,application/cmisquery+xml,application/cmisallowableactions+xml,application/cmisatom+xml,application/cmistree+xml,application/cmisacl+xml"
{code}

  was:
Trick by Florian Mueller during the CMIS face 2 face meeting, add the following 
to the options to the <Connector/> tag in server.xml:

{code}
compression="on"
compressionMinSize="2048"
compressableMimeType="text/html,text/xml,application/atomsvc+xml,application/atom+xml;type=entry,application/atom+xml;type=feed,application/cmisquery+xml,application/cmisallowableactions+xml,application/cmisatom+xml,application/cmistree+xml,application/cmisacl+xml"
{code}

        Summary: Use gzip compression for atompub bindings  (was: Make it 
possible to dramatically reduce the network load with atompub bindings with 
gzip compression)

> Use gzip compression for atompub bindings
> -----------------------------------------
>
>                 Key: CMIS-48
>                 URL: https://jira.nuxeo.com/browse/CMIS-48
>             Project: Nuxeo Chemistry
>          Issue Type: Improvement
>    Affects Versions: nuxeo-5.4.2
>            Reporter: Olivier Grisel
>            Assignee: Florent Guillaume
>
> Make it possible to dramatically reduce the network load with atompub 
> bindings with gzip compression
> Trick by Florian Mueller during the CMIS face 2 face meeting, add the 
> following to the options to the <Connector/> tag in server.xml:
> {code}
> compression="on"
> compressionMinSize="2048"
> compressableMimeType="text/html,text/xml,application/atomsvc+xml,application/atom+xml;type=entry,application/atom+xml;type=feed,application/cmisquery+xml,application/cmisallowableactions+xml,application/cmisatom+xml,application/cmistree+xml,application/cmisacl+xml"
> {code}

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

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to