修复bug
This commit is contained in:
@@ -49,7 +49,6 @@ public class CommonFilter extends BaseFilter implements Ordered, BaseParams {
|
|||||||
filterChain.doFilter(request, response);
|
filterChain.doFilter(request, response);
|
||||||
} catch (IOException | ServletException e) {
|
} catch (IOException | ServletException e) {
|
||||||
log.error("添加通用ScopedValue异常", e);
|
log.error("添加通用ScopedValue异常", e);
|
||||||
HttpServletUtils.respWriter(response, JSONObject.from(new Result<>(ResultType.INTERNAL_SERVER_ERROR, null)));
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,7 +71,6 @@ public class LogTrackFilter extends BaseFilter implements Ordered, BaseParams {
|
|||||||
filterChain.doFilter(request, response);
|
filterChain.doFilter(request, response);
|
||||||
} catch (IOException | ServletException e) {
|
} catch (IOException | ServletException e) {
|
||||||
log.error("添加日志追踪ScopedValue异常", e);
|
log.error("添加日志追踪ScopedValue异常", e);
|
||||||
HttpServletUtils.respWriter(response, JSONObject.from(new Result<>(ResultType.INTERNAL_SERVER_ERROR, null)));
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user