NihalJain commented on code in PR #6783:
URL: https://github.com/apache/hbase/pull/6783#discussion_r2019154825


##########
hbase-it/src/test/java/org/apache/hadoop/hbase/MockHttpApiRule.java:
##########
@@ -151,20 +157,25 @@ void clearRegistrations() {
     }
 
     @Override
-    public void handle(final String target, final Request baseRequest,
-      final HttpServletRequest request, final HttpServletResponse response) {
+    public boolean handle(Request request, Response response, Callback 
callback) throws Exception {
+      String target = request.getHttpURI().getPath();

Review Comment:
   Had same doubt, could not find in migration doc as well. Refer 
https://jetty.org/docs/jetty/12/programming-guide/migration/11-to-12.html#handler-request-content-apis



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to