You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Thomas Tauber-Marshall (JIRA)" <ji...@apache.org> on 2019/08/15 22:22:00 UTC

[jira] [Created] (IMPALA-8869) Fix handling of HTTP keep-alive when returning 401

Thomas Tauber-Marshall created IMPALA-8869:
----------------------------------------------

             Summary: Fix handling of HTTP keep-alive when returning 401
                 Key: IMPALA-8869
                 URL: https://issues.apache.org/jira/browse/IMPALA-8869
             Project: IMPALA
          Issue Type: Bug
          Components: Clients
    Affects Versions: Impala 3.3.0
            Reporter: Thomas Tauber-Marshall
            Assignee: Thomas Tauber-Marshall


Recent work has added support for HTTP authentication both for the thrift hs2 interface and for the webserver. In both cases, we mishandle HTTP keep-alive semantics when returning a 401 to indicate an unauthorized request because we close the connection but don't return a "Connection: closed" header, which can cause clients to incorrectly believe that the connection has remained open.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org