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/23 10:05:50 UTC

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

Martin Grigorov created WICKET-5392:
---------------------------------------

             Summary: 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


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)