You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Bhupendra Kumar Jain (JIRA)" <ji...@apache.org> on 2018/11/20 10:02:00 UTC

[jira] [Updated] (HBASE-21500) Jetty aliases parameter need to change as per jetty 9.x version

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

Bhupendra Kumar Jain updated HBASE-21500:
-----------------------------------------
    Description: 
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"* 

  was:
Noticed that Jetty aliases parameter "*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

It should be *"org.eclipse.jetty.servlet.Default.aliases"* 


> Jetty aliases parameter need to change as per 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, 2.1.0, 2.0.0, 2.0.1, 2.1.1
>            Reporter: Bhupendra Kumar Jain
>            Priority: Minor
>
> 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
(v7.6.3#76005)