[
https://issues.apache.org/jira/browse/IMPALA-14781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18061229#comment-18061229
]
ASF subversion and git services commented on IMPALA-14781:
----------------------------------------------------------
Commit efd8988acf66b930343f4e61e304a2a930fbca3e in impala's branch
refs/heads/master from Csaba Ringhofer
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=efd8988ac ]
IMPALA-14781: Use real host name in URL in dual stack webui
Before this patch :::25000 was used incorrectly instead of
hostname:25000. While listening to :: is needed for dual stack,
this url is only reachable on localhost. Note that ::: is also
incorrect because ipv6 addresses in URLs should be bracketed: [::]:
Change-Id: I655cb0240008d60066f81a93a0ece3c0c75d00cb
Reviewed-on: http://gerrit.cloudera.org:8080/24032
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> Incorrect host name is used if webserver_interface=::
> -----------------------------------------------------
>
> Key: IMPALA-14781
> URL: https://issues.apache.org/jira/browse/IMPALA-14781
> Project: IMPALA
> Issue Type: Sub-task
> Components: Backend
> Reporter: Csaba Ringhofer
> Assignee: Csaba Ringhofer
> Priority: Major
>
> This wildcard character is not handled properly, leading to return URLs to
> webui like
> {code}
> Query state can be monitored at:
> http://:::25000/query_plan?query_id=424adbce8effa777:93f02e6a00000000
> {code}
> This also affects links in webui if x-forwarded-context header is set:
> {code}
> curl -H 'x-forwarded-context: a' [::]:25000
> ..
> <script src='https://:::25000/www/jquery/jquery-3.5.1.min.js'></script>
> ...
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]