[ https://issues.apache.org/jira/browse/HBASE-21960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16784679#comment-16784679 ]
stack commented on HBASE-21960: ------------------------------- Seems better -- see ... but now build fails with: {code}07:58:42 Reason | Tests 07:58:42 FindBugs | module:hbase-rest 07:58:42 | org.apache.hadoop.hbase.rest.RESTServer.conf isn't final and can't be protected from malicious code At RESTServer.java:be protected from malicious code At RESTServer.java:[line 107] 07:58:42 | Write to static field org.apache.hadoop.hbase.rest.RESTServer.conf from instance method new org.apache.hadoop.hbase.rest.RESTServer(Configuration) At RESTServer.java:from instance method new org.apache.hadoop.hbase.rest.RESTServer(Configuration) At RESTServer.java:[line 113] {code} > RESTServletContainer not configured for REST Jetty server > --------------------------------------------------------- > > Key: HBASE-21960 > URL: https://issues.apache.org/jira/browse/HBASE-21960 > Project: HBase > Issue Type: Bug > Components: REST > Reporter: Josh Elser > Assignee: Josh Elser > Priority: Blocker > Fix For: 3.0.0, 2.2.0, 2.0.5, 2.1.4 > > Attachments: HBASE-21960.001.patch, HBASE-21960.002.patch, > HBASE-21960.003.patch, HBASE-21960.004.patch, HBASE-21960.005.patch, > HBASE-21960.branch-2.0.001.patch > > > The upgrade to Jetty 9 (HBASE-12894) appears to have missed including the > RESTServletContainer as the base servlet for Jetty. Make sure we configure > that class. > I also have some testing to prevent a regression again in the future. -- This message was sent by Atlassian JIRA (v7.6.3#76005)