Nick Pratt created WICKET-5873:
----------------------------------
Summary: Resources served by Wicket are not compressable
Key: WICKET-5873
URL: https://issues.apache.org/jira/browse/WICKET-5873
Project: Wicket
Issue Type: Bug
Affects Versions: 6.19.0
Environment: All
Reporter: Nick Pratt
In AbstractResource.java, we are flushing the outputstream after writing the
headers. Based on a comment therein, this was due to some image loading
problem with Firefox (assuming an older Firefox build). This was fixed in the
7.0 branch 18 months ago:
https://github.com/apache/wicket/commit/7ea31ba59b6f027000a2bcd4b6e31eb5eaf35d21
Please could this fix (the header flush) be backported so that the Jetty Gzip
filter can compress CSS and JS resources.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)