Struts2 FilterDispatcher 和 StrutsPrepareAndExecuteFilter 有什么区别?

发布于 2024-08-25 19:30:57 字数 239 浏览 3 评论 0原文

我在 web.xml 中看到了一些使用 FilterDispatcher 的示例,而其他示例则使用 StrutsPrepareAndExecuteFilter。

我可以知道 org.apache.struts2.dispatcher.FilterDispatcher 和 org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter 之间有什么区别吗?

谢谢。

I saw some examples using FilterDispatcher, while others using StrutsPrepareAndExecuteFilter, in web.xml.

May I know what is the difference between org.apache.struts2.dispatcher.FilterDispatcher and org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter?

Thank you.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

囚你心 2024-09-01 19:30:57

FilterDispatcher 有自 Struts 2.1.3 起已被弃用

已弃用。从 Struts 2.1.3 开始,使用
改为 StrutsPrepareAndExecuteFilter
或 StrutsPrepareFilter 和
StrutsExecuteFilter 如果需要使用
ActionContextCleanUp 过滤器
除了这个

您还应该使用 StrutsPrepareAndExecuteFilter

FilterDispatcher has been Deprecated since Struts 2.1.3

Deprecated. Since Struts 2.1.3, use
StrutsPrepareAndExecuteFilter instead
or StrutsPrepareFilter and
StrutsExecuteFilter if needing using
the ActionContextCleanUp filter in
addition to this one

You should use StrutsPrepareAndExecuteFilter

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文