rdhabalia commented on a change in pull request #6487: Enhance Authorization by
adding TenantAdmin interface
URL: https://github.com/apache/pulsar/pull/6487#discussion_r388636916
##########
File path:
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/web/AuthenticationFilter.java
##########
@@ -95,7 +95,7 @@ public void doFilter(ServletRequest request, ServletResponse
response, FilterCha
} catch (Exception e) {
HttpServletResponse httpResponse = (HttpServletResponse) response;
httpResponse.sendError(HttpServletResponse.SC_UNAUTHORIZED,
"Authentication required");
- LOG.warn("[{}] Failed to authenticate HTTP request: {}",
request.getRemoteAddr(), e.getMessage());
+ LOG.warn("[{}] Failed to authenticate HTTP request: {}",
request.getRemoteAddr(), e.getMessage(), e.fillInStackTrace());
Review comment:
missing `{}`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services