You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/06 00:22:48 UTC

[GitHub] [pulsar] srkukarni commented on a change in pull request #6487: Enhance Authorization by adding TenantAdmin interface

srkukarni commented on a change in pull request #6487: Enhance Authorization by adding TenantAdmin interface
URL: https://github.com/apache/pulsar/pull/6487#discussion_r388641170
 
 

 ##########
 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:
   Fixed

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services