abhishekrb19 commented on code in PR #17775:
URL: https://github.com/apache/druid/pull/17775#discussion_r2010635076


##########
server/src/main/java/org/apache/druid/server/http/SegmentListerResource.java:
##########
@@ -327,6 +330,24 @@ public void onFailure(Throwable th)
     asyncContext.setTimeout(timeout);
   }
 
+  @GET
+  @Path("/loadCapabilities")

Review Comment:
   @adarshsanjeev this adds double slash to the new URL as the resource class 
has a trailing slash already: `/druid-internal/v1/segments/`. I see the 
change-requests also follows a similar pattern. I think it should be fine as 
Jetty will likely normalize the path, but it would be good to avoid double 
slashes.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to