如何在Spring Boot中发送非标准http状态代码

发布于 2025-01-17 06:00:34 字数 254 浏览 0 评论 0原文

我需要从我的休息控制器发送一个非标准 http 状态代码 (468)。这个要根据条件而定。如果一切顺利,我将返回ResponseEntity.ok()。我尝试了ResponseEntity.status(468).build(),但我得到[468]没有匹配常量

我尝试了多种方法来修改响应,但没有任何效果。尝试修改控制器建议的响应,尝试使用拦截器和过滤器。任何帮助将不胜感激。

I need to send a non standard http status code (468) from my rest controller. This should be based on conditions. If all goes well, I will return ResponseEntity.ok(). I tried ResponseEntity.status(468).build(), but I am getting No matching constant for [468].

I tried several ways to modify the response, but nothing works. Tried to modify the response from controller advice, tried with interceptors and also with filter. Any help will be much appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文