[ 
https://issues.apache.org/jira/browse/IMPALA-8897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Tauber-Marshall resolved IMPALA-8897.
--------------------------------------------
    Fix Version/s: Impala 3.4.0
       Resolution: Fixed

> Fully qualify all paths on the webserver
> ----------------------------------------
>
>                 Key: IMPALA-8897
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8897
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Infrastructure
>    Affects Versions: Impala 3.4.0
>            Reporter: Thomas Tauber-Marshall
>            Assignee: Thomas Tauber-Marshall
>            Priority: Critical
>             Fix For: Impala 3.4.0
>
>
> In order to support Knox proxying of the debug webui, we should fully qualify 
> all links on our debug web ui with the host:port.
> This will allow us to create rewrite rules that do the transform:
> <a href="host:port/path">...</a>
> =>
> <a href="<knox-host>/topology/impalaui/path?host=host&port=port>...</a>
> One complication is preventing regressions when future links are added, since 
> this is a difficult thing to test for



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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

Reply via email to