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警告信息
请问怎么解决 展开
请问怎么解决 展开
2个回答
展开全部
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的组合。
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的入口中央处理器的嘛。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询