Technoboy- commented on a change in pull request #11650:
URL: https://github.com/apache/pulsar/pull/11650#discussion_r687715617
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/web/WebService.java
##########
@@ -159,11 +159,12 @@ public void addServlet(String path, ServletHolder
servletHolder, boolean require
context.setAttribute(key, value);
});
}
+ ExceptionHandler handler = new ExceptionHandler();
Review comment:
I will update soon
--
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]