I thought about it, and I have 2 ideas:
1. IDEA
----------------------------------------
a) totally disable gzip in wicket --
getResourceSettings().setDisableGZipCompression(true);
b) use Gzip filter BEFORE wicket-filter. This Gzip filter will compress
all the communication -
HTML, resources .... . Images and some mime-types should be omitted.
2. IDEA
-----------------------------------------
add gzipping funcionality to wicket by wrapping the servlet response. this
wrapper will detect
if there is a "text/html" mime-type, and only these mime-type will
compress.
So we add new compressing functionality pages (html) to existing
functionaliyt of compressing resources.
Whad do you think about it a what would you prefer ?
--
View this message in context:
http://www.nabble.com/Gzipping-of-pages-%28HTML-output%2C-not-only-resources%29-tp16849900p16850197.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]