[teiid-issues] [JBoss JIRA] (TEIID-4789) OData - Allow reading/writing messages in GZIP format

Juraj Duráni (JIRA) issues at jboss.org
Mon Feb 27 12:46:00 EST 2017


    [ https://issues.jboss.org/browse/TEIID-4789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13369835#comment-13369835 ] 

Juraj Duráni commented on TEIID-4789:
-------------------------------------

Yes, I was thinking about native support. Some application servers do support this (e.g. for Tomcat, all you need to do is set a property). Even WildFly do support this. E.g. for JAX-RS, you just set 'Content-Encoding' header for your response and server will take care for gzipping. Similarly for request body. But I am not sure whether there similar mechanism for servlets (at least I did not find any). Moreover, with this solution it will work out-of-the-box on any application server (of course there are issues with teiid-related dependencies but that is different question).

> OData - Allow reading/writing messages in GZIP format
> -----------------------------------------------------
>
>                 Key: TEIID-4789
>                 URL: https://issues.jboss.org/browse/TEIID-4789
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: OData
>            Reporter: Juraj Duráni
>            Assignee: Juraj Duráni
>            Priority: Minor
>
> Allow writing and reading messages in GZIP format for OData interfaces.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the teiid-issues mailing list