You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nihal Jain (Jira)" <ji...@apache.org> on 2023/12/16 21:18:00 UTC

[jira] [Updated] (HBASE-21500) "hbase.jetty.logs.serve.aliases" is broken with jetty 9.x version

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

Nihal Jain updated HBASE-21500:
-------------------------------
    Summary: "hbase.jetty.logs.serve.aliases" is broken with jetty 9.x version  (was: Jetty aliases parameter need to change as per jetty 9.x version)

> "hbase.jetty.logs.serve.aliases" is broken with jetty 9.x version
> -----------------------------------------------------------------
>
>                 Key: HBASE-21500
>                 URL: https://issues.apache.org/jira/browse/HBASE-21500
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 3.0.0-alpha-1, 2.1.0, 2.0.0, 2.0.1, 2.1.1
>            Reporter: Bhupendra Kumar Jain
>            Assignee: Nihal Jain
>            Priority: Minor
>             Fix For: 3.0.0-beta-2
>
>         Attachments: HBASE-21500.master.001.patch
>
>
> Noticed that Jetty aliases parameter in HttpServer.java  "*org.mortbay.jetty.servlet.Default.aliases*" is as per old jetty version and  need to change as per jetty 9.x new version after the HBASE-12894
> Refer https://github.com/apache/hbase/blob/405bf5e6383a09f435baadbac6c389e9f6c43ac6/hbase-http/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java#L647
> It should be *"org.eclipse.jetty.servlet.Default.aliases"* 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)