[stargate] provide example of using compression filters
-------------------------------------------------------

                 Key: HBASE-1789
                 URL: https://issues.apache.org/jira/browse/HBASE-1789
             Project: Hadoop HBase
          Issue Type: Task
            Reporter: Andrew Purtell
            Assignee: Andrew Purtell
            Priority: Trivial


Clients can set Content-Encoding to gzip or deflate and use the appropriate 
encoder and Jetty will just handle it. I expect other servlet containers will 
do the same. Server side if Stargate is deployed as a WAR, the container 
usually has support for compression of dynamic content. For example, for Jetty: 
http://docs.codehaus.org/display/JETTY/GZIP+Compression . The user would need 
to set up the GZIP filter using regular expressions matching on paths. Make a 
deployment example of this, test it, and put up documentation about it on the 
Stargate wiki page.

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