michaeljmarshall commented on code in PR #15637:
URL: https://github.com/apache/pulsar/pull/15637#discussion_r889475643


##########
pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/rest/WorkerServer.java:
##########
@@ -171,18 +174,52 @@ private void init() {
         server.setConnectors(connectors.toArray(new 
ServerConnector[connectors.size()]));
     }
 
-    public static ServletContextHandler newServletContextHandler(String 
contextPath,
+    private static class FilterInitializer {

Review Comment:
   I agree with your assessment, thanks for sharing your motivation.



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