gpt4 book ai didi

Spring MVC : how to handle incoming request to wrong context path

转载 作者:行者123 更新时间:2023-12-04 17:49:19 25 4
gpt4 key购买 nike

我们如何在 spring mvc 中处理对错误上下文路径的传入请求?

我已经部署了一个 spring mvc 应用程序,其上下文路径为

http://exampledomain.com/mycontext

但是当我尝试访问 url http://exampledomain.com/wrongcontext 时我收到 HTTP 状态 404 错误 -/wrongcontext/

我已经实现了错误处理,当使用正确的上下文路径时,它可以很好地处理所有错误的 url,但它不适用于错误的上下文路径。

我想了解我们如何将所有传入请求重定向到生产环境中的特定页面。

提前致谢

最佳答案

您的应用程序只能看到对其上下文 /mycontext 的请求 对于对其他上下文的请求,您的应用程序无能为力。

然而,您可以在根上下文 / 部署应用程序并在那里实现错误处理程序。

查看此答案:How to customize JBoss AS7 404 page

该答案与 JBoss 有关,但同样的想法也适用于其他服务器。

关于 Spring MVC : how to handle incoming request to wrong context path,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46385452/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com