Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4E77F200BC0 for ; Tue, 1 Nov 2016 05:42:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4B675160B09; Tue, 1 Nov 2016 04:42:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 904E7160B05 for ; Tue, 1 Nov 2016 05:41:59 +0100 (CET) Received: (qmail 24060 invoked by uid 500); 1 Nov 2016 04:41:58 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 24035 invoked by uid 99); 1 Nov 2016 04:41:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 04:41:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 867572C2ABA for ; Tue, 1 Nov 2016 04:41:58 +0000 (UTC) Date: Tue, 1 Nov 2016 04:41:58 +0000 (UTC) From: "Guang Yang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12894) Upgrade Jetty to 9.2.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 01 Nov 2016 04:42:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-12894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15624337#comment-15624337 ] Guang Yang commented on HBASE-12894: ------------------------------------ {quote} This gives us "MPL 1.1" and "Mozilla Public License Version 1.1". Please only use a single name to refer to a given license. Do we end up with no MPL 2.0 works after this? that'd be great, I just want to confirm. {quote} Sure I will merge those two. As regards to MPL 2.0, let me check and confirm tomorrow. > Upgrade Jetty to 9.2.6 > ---------------------- > > Key: HBASE-12894 > URL: https://issues.apache.org/jira/browse/HBASE-12894 > Project: HBase > Issue Type: Improvement > Components: REST, UI > Affects Versions: 0.98.0 > Reporter: Rick Hallihan > Assignee: Guang Yang > Priority: Critical > Labels: MicrosoftSupport > Fix For: 2.0.0 > > Attachments: HBASE-12894_Jetty9_v0.patch, HBASE-12894_Jetty9_v1.patch, HBASE-12894_Jetty9_v1.patch, HBASE-12894_Jetty9_v2.patch, HBASE-12894_Jetty9_v3.patch, HBASE-12894_Jetty9_v4.patch, HBASE-12894_Jetty9_v5.patch, HBASE-12894_Jetty9_v6.patch, dependency_list_after, dependency_list_before > > > The Jetty component that is used for the HBase Stargate REST endpoint is version 6.1.26 and is fairly outdated. We recently had a customer inquire about enabling cross-origin resource sharing (CORS) for the REST endpoint and found that this older version does not include the necessary filter or configuration options, highlighted at: http://wiki.eclipse.org/Jetty/Feature/Cross_Origin_Filter > The Jetty project has had significant updates through versions 7, 8 and 9, including a transition to be an Eclipse subproject, so updating to the latest version may be non-trivial. The last update to the Jetty component in https://issues.apache.org/jira/browse/HBASE-3377 was a minor version update and did not require significant work. This update will include a package namespace update so there will likely be a larger number of required changes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)