“getOutputStream() has already been called for this response” error while modiying response

I have two filters in my spring boot application.
One of the filters, RequestResponseLoggingFilter, resposible for request and response logging. This filter must be executed last. I can’t change its order

@Component
@Order(10000)
@Slf4j
@RequiredArgsConstructor
public class RequestResponseLoggingFilter extends OncePerRequestFilter {
  @Override
  protected void doFilterInternal(
          HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)
          throws ServletException, IOException {
    if (requestResponseLoggingEnabled) {
      if (isAsyncDispatch(request)) {
        filterChain.doFilter(request, response);
      } else {
        doFilterWrapped(wrapRequest(request), wrapResponse(response), filterChain);
      }
    } else {
      filterChain.doFilter(request, response);
    }
  }

  protected void doFilterWrapped(
          ContentCachingRequestWrapper request,
          ContentCachingResponseWrapper response,
          FilterChain filterChain)
          throws ServletException, IOException {
    LocalDateTime requestProcessingTime = null;
    try {
      requestProcessingTime = LocalDateTime.now();
      filterChain.doFilter(request, response);
    } finally {
      logRequestAndResponse(request, response, MDC.get(JwtFilter.TRACE_ID), requestProcessingTime);
      response.copyBodyToResponse();
    }
  }
  private static ContentCachingRequestWrapper wrapRequest(HttpServletRequest request) {
    if (request instanceof ContentCachingRequestWrapper) {
      return (ContentCachingRequestWrapper) request;
    } else {
      return new ContentCachingRequestWrapper(request);
    }
  }

  private static ContentCachingResponseWrapper wrapResponse(HttpServletResponse response) {
    if (response instanceof ContentCachingResponseWrapper) {
      return (ContentCachingResponseWrapper) response;
    } else {
      return new ContentCachingResponseWrapper(response);
    }
  }
}

I have also another filter named JwtFilter whose responsibility is to perform some authentication tasks. In this filter in some where in the code after the doFilter call I need to modify response. When I modify response I got “java.lang.IllegalStateException: getOutputStream() has already been called for this response” error.

@RequiredArgsConstructor
@Slf4j
public class JwtFilter extends OncePerRequestFilter {

  @Override
  protected void doFilterInternal(
      HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)
      throws ServletException, IOException {

.....

filterChain.doFilter(request, response);


....
//this is where I modify the response
ResponseEntity<ErrorModel> responseEntity =
        globalExceptionHandler.defaultErrorHandler(request, response, e);
response.setStatus(responseEntity.getStatusCodeValue());
response.addHeader(HttpHeaders.CONTENT_TYPE, MediaType.APPLICATION_JSON_VALUE);
response.getWriter().write(objectMapper.writeValueAsString(responseEntity.getBody()));
}  

This is the stack trace

java.lang.IllegalStateException: getOutputStream() has already been called for this response
    at org.apache.catalina.connector.Response.getWriter(Response.java:572)
    at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:189)
    at javax.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:108)
    at javax.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:108)
    at javax.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:108)
    at org.springframework.security.web.util.OnCommittedResponseWrapper.getWriter(OnCommittedResponseWrapper.java:156)
    at com.innovance.config.security.JwtFilter.handleException(JwtFilter.java:136)
    at com.innovance.config.security.JwtFilter.doFilterInternal(JwtFilter.java:114)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)

Could you please help me in determining the root of problem and let me know how I can fix it?

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật