Skip to content

Commit

Permalink
Update ProxyHandler.java
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshvaryani authored Jul 1, 2024
1 parent a891f8b commit edd103c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ protected void postConnectionHook(

callback.succeeded();
} catch (Throwable var9) {
log.error("Exception occurred while processing request URL: {} , request URI {} ," +
" servlet path {} , toString {}", request.getRequestURL(),
log.error("Exception occurred while processing request URL: {} , request URI {} ,"
+ " servlet path {} , toString {}", request.getRequestURL(),
request.getRequestURI(), request.getServletPath(), request.toString(), var9);
callback.failed(var9);
}
Expand Down

0 comments on commit edd103c

Please sign in to comment.