Skip to content

Commit

Permalink
removed status setting
Browse files Browse the repository at this point in the history
  • Loading branch information
naman.soni committed Aug 6, 2024
1 parent 9f08986 commit fbcbc7f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public void doProcessResponseHeaders(Map<String,String> responseHeaders) {
@Override
public void doProcessResponse(ServletResponse response) {
HttpServletResponse httpServletResponse = (HttpServletResponse) response;
accessLogContextBuilder.responseStatus(httpServletResponse.getStatus());
if (isSuccess(httpServletResponse.getStatus())) {
// 2xx response
accessLogContextBuilder.contentLength(Integer.valueOf(httpServletResponse
Expand Down

0 comments on commit fbcbc7f

Please sign in to comment.