为什么 struts2 FilterDispatcher 被弃用?
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.