struts升级到2.3.14.2版本 报ActionContextCleanUp <<< is deprecated! Please use the new filters警告

struts升级到2.3.14.2版本配置org.apache.struts2.dispatcher.ActionContextCleanUp过滤器报ActionCont... struts升级到2.3.14.2版本 配置org.apache.struts2.dispatcher.ActionContextCleanUp过滤器 报ActionContextCleanUp <<< is deprecated! Please use the new filters警告信息
请问怎么解决
展开
 我来答
一生无悔sofa
2013-06-14 · 超过31用户采纳过TA的回答
知道答主
回答量:96
采纳率:0%
帮助的人:65.9万
展开全部
struts2.0被发现有严重漏洞,需要升级到新版本,更换struts2的核心包后出现问题。

1、java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/logging/LoggerF

更换xwork.jar包后解决;

2、struts的配置文件报错redirect-action;

解决办法:Result type=“redirect-action”更改为redirectAction;

3、ActionContextCleanUp <<< is deprecated! Please use the new filters! *

http://struts.apache.org/2.x/docs/webxml.html

解决办法:修改web.Xml中FilterDispatcher为StrutsPrepareAndExecuteFilter。

FilterDispatcher是struts2.0.x到2.1.2版本的核心过滤器.

StrutsPrepareAndExecuteFilter是自2.1.3开始就替代了FilterDispatcher的.

StrutsPrepareAndExecuteFilter是StrutsPrepareFilter和StrutsExecuteFilter的组合。
追问
web.Xml就是配置StrutsPrepareAndExecuteFilter过滤器
追答
web.xml就是配置struts的入口中央处理器的嘛。
好力鲸02
推荐于2018-03-13
知道答主
回答量:12
采纳率:33%
帮助的人:1.4万
展开全部

更改web.xml文件:


<filter>
<filter-name>struts2Filter</filter-name>
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>

filter-class处,改了就好了。

本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式