Marton Bod created HIVE-23625:
---------------------------------
Summary: HS2 Web UI displays query drill-down results in plain
text, not html
Key: HIVE-23625
URL: https://issues.apache.org/jira/browse/HIVE-23625
Project: Hive
Issue Type: Bug
Reporter: Marton Bod
Assignee: Marton Bod
Opening a drilldown link on the HS2 Web UI, you are directed to the following
URL: /query_page?operationId=<ID>
Since the path /query_page contains no file extensions, Jetty cannot determine
the mimetype and therefore the Hive HttpServer returns response header
Content-Type: text/plain;charset=utf-8, and the information does not render as
html in the browser. This should be corrected to return text/html;charset=utf-8.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)