为什么 struts2 FilterDispatcher 被弃用?

发布于 2024-07-21 00:48:16 字数 238 浏览 2 评论 0原文

在 API 文档中,我发现

从 Struts 2.1.3 开始,使用 StrutsPrepareAndExecuteFilter 代替,或者如果除此之外还需要使用 ActionContextCleanUp 过滤器,则使用 StrutsPrepareFilter 和 StrutsExecuteFilter 。

为什么 ? 据我所知,StrutsPrepareAndExecuteFilter 在 I18n 中存在一些问题。

In API document I found this

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

Why ? As I know that StrutsPrepareAndExecuteFilter have some problem in I18n.

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

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

发布评论

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

评论(2

将军与妓 2024-07-28 00:48:16

www.nabble.com/-s2--New-filter-strategy-RFC-to18045478.html#a18045478

基本上,旧的过滤器设置令人困惑并导致问题。 新的设置也对 OSGi 插件具有前瞻性。

www.nabble.com/-s2--New-filter-strategy-RFC-to18045478.html#a18045478

Basically, the older filter setup was confusing and led to issues. The new setup also was forward looking towards the OSGi plugin.

怂人 2024-07-28 00:48:16
  • 让用户清楚地了解如何部署 Struts
  • 让开发人员清楚地了解哪些过滤器正在执行哪些流程
  • 更好地支持高级用户的自定义和覆盖
  • Make it crystal clear to users how to deploy Struts
  • Make it crystal clear to developers what filters are doing what processes
  • Better enable customizations and overrides by advanced users
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文