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)