gzipping of  pages (html responses)  - not only resources
---------------------------------------------------------

                 Key: WICKET-1589
                 URL: https://issues.apache.org/jira/browse/WICKET-1589
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.3.3
            Reporter: Stefan Simik
            Priority: Minor


It would be very good improvement, if it is possible to  gzip output of wicket 
pages (html).
Gzipping of resources in wicket is great,  but it would be better to add 
gzipping all pages (i.e. html output) too. 

But to implement this functionality, it is needed to change som e API.

One possibility, how to implement this, is to use custom BufferedResponse.
Johan  looked at it and we need to change a bit of code/api for this to work
out. The problem is that we sometimes have a byte[] that we send to the output
through an outputstream and sometimes we do it through the writer.
All depends on the redirect strategy.

Thread on wicket nabble:   
http://www.nabble.com/Gzipping-of-pages-%28HTML-output%2C-not-only-resources%29-to16849900.html#a16849900




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to