You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2021/04/13 23:16:00 UTC

[jira] [Created] (HBASE-25770) Http InfoServers should honor gzip encoding when requested

Nick Dimiduk created HBASE-25770:
------------------------------------

             Summary: Http InfoServers should honor gzip encoding when requested
                 Key: HBASE-25770
                 URL: https://issues.apache.org/jira/browse/HBASE-25770
             Project: HBase
          Issue Type: Improvement
          Components: UI
    Affects Versions: 2.3.0
            Reporter: Nick Dimiduk
            Assignee: Nick Dimiduk


Working on another project, I noticed that our InfoServer does not honor the {{Accept-Encoding}} HTTP header when present. It appears to be a relatively trivial matter to add the GzipHandler provided by Jetty. I'm not sure if there are other encodings we should support, but this is the only one I found available in Jetty itself (the other one by browser sent was "deflate").



--
This message was sent by Atlassian Jira
(v8.3.4#803005)