[
https://issues.apache.org/jira/browse/IMPALA-10200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205895#comment-17205895
]
ASF subversion and git services commented on IMPALA-10200:
----------------------------------------------------------
Commit fd00efb32342b8201f20fd6d38ab773adebd3621 in impala's branch
refs/heads/master from Tamas Mate
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=fd00efb ]
IMPALA-10200: WebUI static directory cleanup
This change removes the unused index.html file from the static
directory. The page only contained a simple "Impala Webserver" header
but it was renderable and therefore could have been misleading.
After removal, the static www/ endpoint returns the expected "Directory
Listing Denied" error.
Testing:
- Manually tested the WebUI without www/index.html
Change-Id: I108bb4c6a371b6d1ec157d54ac078604b243ecc2
Reviewed-on: http://gerrit.cloudera.org:8080/16528
Reviewed-by: Csaba Ringhofer <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> WebUI static directory cleanup
> ------------------------------
>
> Key: IMPALA-10200
> URL: https://issues.apache.org/jira/browse/IMPALA-10200
> Project: IMPALA
> Issue Type: Task
> Components: Backend
> Affects Versions: Impala 3.0, Impala 4.0
> Reporter: Tamas Mate
> Assignee: Tamas Mate
> Priority: Trivial
>
> There is an unused index.html file under the default /www/ WebUI static file
> directory which only contains theĀ {{Impala Webserver}} text:
> {code:html}
> <html>
> <body>
> <h1>Impala Webserver</h1>
> </body>
> </html>
> {code}
> This file could be removed as there is no need for an index.html in the
> static directory.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]