[
https://issues.apache.org/jira/browse/HBASE-12894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15837335#comment-15837335
]
stack commented on HBASE-12894:
-------------------------------
It seems to [~busbey]:
{code}
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.949 s
[INFO] Finished at: 2017-01-24T23:40:22-08:00
[INFO] Final Memory: 15M/309M
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache HBase ....................................... SUCCESS [ 2.269 s]
[INFO] Apache HBase - Checkstyle .......................... SUCCESS [ 0.826 s]
[INFO] Apache HBase - Resource Bundle ..................... SUCCESS [ 0.510 s]
[INFO] Apache HBase - Annotations ......................... SUCCESS [ 0.918 s]
[INFO] Apache HBase - Common .............................. SUCCESS [ 6.598 s]
[INFO] Apache HBase - Protocol ............................ SUCCESS [ 7.599 s]
[INFO] Apache HBase - Shaded Protocol ..................... SUCCESS [ 13.520 s]
[INFO] Apache HBase - Procedure ........................... SUCCESS [ 1.939 s]
[INFO] Apache HBase - Client .............................. SUCCESS [ 5.931 s]
[INFO] Apache HBase - Hadoop Compatibility ................ SUCCESS [ 0.407 s]
[INFO] Apache HBase - Hadoop Two Compatibility ............ SUCCESS [ 2.136 s]
[INFO] Apache HBase - Prefix Tree ......................... SUCCESS [ 1.750 s]
[INFO] Apache HBase - Server .............................. SUCCESS [ 22.461 s]
[INFO] Apache HBase - Testing Util ........................ SUCCESS [ 3.653 s]
[INFO] Apache HBase - Thrift .............................. SUCCESS [ 5.769 s]
[INFO] Apache HBase - RSGroup ............................. SUCCESS [ 3.814 s]
[INFO] Apache HBase - Shell ............................... SUCCESS [ 3.779 s]
[INFO] Apache HBase - Coprocessor Endpoint ................ SUCCESS [ 3.250 s]
[INFO] Apache HBase - Integration Tests ................... SUCCESS [ 4.329 s]
[INFO] Apache HBase - Examples ............................ SUCCESS [ 3.017 s]
[INFO] Apache HBase - Rest ................................ SUCCESS [ 4.126 s]
[INFO] Apache HBase - External Block Cache ................ SUCCESS [ 2.312 s]
[INFO] Apache HBase - Spark ............................... SUCCESS [ 32.498 s]
[INFO] Apache HBase - Assembly ............................ SUCCESS [ 5.453 s]
[INFO] Apache HBase - Shaded .............................. SUCCESS [ 0.044 s]
[INFO] Apache HBase - Shaded - Client ..................... SUCCESS [ 0.814 s]
[INFO] Apache HBase - Shaded - Server ..................... SUCCESS [ 1.885 s]
[INFO] Apache HBase - Archetypes .......................... SUCCESS [ 0.022 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype . SUCCESS [ 2.789 s]
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype SUCCESS [
2.887 s]
[INFO] Apache HBase - Archetype builder ................... SUCCESS [ 13.253 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:41 min
[INFO] Finished at: 2017-01-24T23:40:23-08:00
[INFO] Final Memory: 250M/1695M
[INFO] ------------------------------------------------------------------------
{code}
Pushed to master branch. Thanks for hanging in there [~yguang11] (and thanks
for the great reviews [~busbey])
> 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)