You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/10/28 10:25:31 UTC

[jira] [Resolved] (WICKET-5392) Responses for package resources cannot be compressed

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

Martin Grigorov resolved WICKET-5392.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 7.0.0
         Assignee: Martin Grigorov

Done.
Thanks for the discussion, Sven!

> Responses for package resources cannot be compressed
> ----------------------------------------------------
>
>                 Key: WICKET-5392
>                 URL: https://issues.apache.org/jira/browse/WICKET-5392
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.11.0
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 7.0.0
>
>         Attachments: WICKET-5392.patch, WICKET-5392.patch
>
>
> Applying Jetty's GZipFilter in web.xml works only for the page content but doesn't for any AbstractResource.
> The problem is that org.apache.wicket.request.resource.AbstractResource#flushResponseAfterHeaders flushes the headers and GZipFilter cannot do anything after this.



--
This message was sent by Atlassian JIRA
(v6.1#6144)