小编典典

如何在Struts2中设置页面以自动重定向错误的URL

jsp

我需要将不正确的URL重定向到我的服务器到特定页面。我怎样才能做到这一点?


阅读 203

收藏
2020-06-08

共1个答案

小编典典

您可以在struts.xml中使用默认操作。请参阅http://struts.apache.org/2.x/docs/action-
configuration.html#ActionConfiguration-
ActionDefault。

如果您需要更复杂的解决方案,也可以Unknown Handlers在Struts2中找到http://struts.apache.org/2.x/docs/unknown-
handlers.html。

2020-06-08