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 45E06200C2B for ; Thu, 26 Jan 2017 02:16:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 44601160B4E; Thu, 26 Jan 2017 01:16:33 +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 8C78C160B5A for ; Thu, 26 Jan 2017 02:16:32 +0100 (CET) Received: (qmail 22384 invoked by uid 500); 26 Jan 2017 01:16:31 -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 22350 invoked by uid 99); 26 Jan 2017 01:16:31 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2017 01:16:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3216BC1629 for ; Thu, 26 Jan 2017 01:16:31 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.998 X-Spam-Level: X-Spam-Status: No, score=-1.998 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id AHntmkzXV18U for ; Thu, 26 Jan 2017 01:16:30 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id B6CC160D9B for ; Thu, 26 Jan 2017 01:16:29 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 39786E040F for ; Thu, 26 Jan 2017 01:16:28 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B8ED5252A8 for ; Thu, 26 Jan 2017 01:16:26 +0000 (UTC) Date: Thu, 26 Jan 2017 01:16:26 +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: Thu, 26 Jan 2017 01:16:33 -0000 [ https://issues.apache.org/jira/browse/HBASE-12894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838961#comment-15838961 ] Guang Yang commented on HBASE-12894: ------------------------------------ The change shouldn't change the UI for any page.. I will also take a look. > 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: dependency_list_after, dependency_list_before, HBASE-12894_Jetty9_v0.patch, HBASE-12894_Jetty9_v10.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, HBASE-12894_Jetty9_v7.patch, HBASE-12894_Jetty9_v8.patch, HBASE-12894.master.001.patch, HBASE-12894.master.002.patch, HBASE-12894.master.003.patch, HBASE-12894.master.004.patch, HBASE-12894.master.004.patch, HBASE-12894.master.005.patch, HBASE-12894.master.005.patch > > > 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)