You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2018/08/06 15:09:00 UTC

[jira] [Closed] (FELIX-5883) Add support to enable and configure the jetty GzipHandler to the entire server

     [ https://issues.apache.org/jira/browse/FELIX-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed FELIX-5883.
-----------------------------------

> Add support to enable and configure the jetty GzipHandler to the entire server
> ------------------------------------------------------------------------------
>
>                 Key: FELIX-5883
>                 URL: https://issues.apache.org/jira/browse/FELIX-5883
>             Project: Felix
>          Issue Type: Improvement
>          Components: HTTP Service
>    Affects Versions: http.jetty-4.0.0, http.jetty-4.0.2
>            Reporter: Eric Norman
>            Assignee: Carsten Ziegeler
>            Priority: Major
>             Fix For: http.jetty-4.0.4
>
>         Attachments: FELIX-5883-documentation.patch
>
>
>  
> As per [1], jetty provides a GzipHandler that fixes many of the bugs in commonly available compression filters.  Unlike 3rd party GzipFilters, this mechanism works with asynchronously generated responses and does not need to wrap the response or it's output stream. Instead it uses the efficient HttpOutput.Interceptor mechanism.
> It should be possible to enable and configure this GzipHandler with Felix Http Jetty.
>  # https://www.eclipse.org/jetty/documentation/9.4.x/gzip-filter.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)