turcsanyip commented on a change in pull request #5419:
URL: https://github.com/apache/nifi/pull/5419#discussion_r718732802



##########
File path: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/servlets/ListenHTTPServlet.java
##########
@@ -424,6 +424,8 @@ protected void proceedFlow(final HttpServletRequest 
request, final HttpServletRe
                         response.setStatus(this.returnCode);
                         asyncContext.complete();
                     }, t -> {
+                        logger.error("Failed to commit session. Returning 
error response to Remote Host: [{}] Port [{}] SubjectDN [{}] IssuerDN [{}]",
+                                new Object[] {request.getRemoteHost(), 
request.getRemotePort(), foundSubject, foundIssuer}, t);

Review comment:
       @exceptionfactory I applied your suggestion. Also for the other 
occurrences in this class.




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