[
https://issues.apache.org/jira/browse/HBASE-3279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell resolved HBASE-3279.
-----------------------------------
Resolution: Fixed
Hadoop Flags: [Reviewed]
Committed to trunk, 0.90 branch, and 0.20 branch. Removed extra whitespace
before commit. Thanks for the review Lars!
> [rest] Filter for gzip/deflate content encoding that wraps both input and
> output side
> -------------------------------------------------------------------------------------
>
> Key: HBASE-3279
> URL: https://issues.apache.org/jira/browse/HBASE-3279
> Project: HBase
> Issue Type: Improvement
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Fix For: 0.20.7, 0.90.0
>
> Attachments: HBASE-3279.patch
>
>
> After HBASE-3275 the REST gateway will return gzip or deflate encoded content
> to the client if the client requested it using the appropriate
> Accept-Encoding header. However Jetty's GzipFilter only wraps output side
> processing. A client can submit gzip or deflate encoded requests (i.e.
> Content-Encoding: gzip ; Content-Type: ...) but the data is not decoded, it
> is simply passed through.
> Implement a filter that also wraps input side processing, so clients can
> submit compressed PUT or POST bodies.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.