- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何避免出现以下错误?我正在 Struts2 上实现 Spring-Security,应用程序运行完美,但服务器日志上将显示以下消息。
WARNING!!!
FilterDispatcher <<< is deprecated! Please use the new filters!
This can be a source of unpredictable problems!
Please refer to the docs for more details!
http://struts.apache.org/2.x/docs/webxml.html
最佳答案
我建议您按照链接进行操作:
<filter>
<filter-name>struts2</filter-name>
<filter-class>
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
</filter-class>
</filter>
关于struts2 - FilterDispatcher 已弃用! - FilterDispatcher 的替代品是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16226542/
如何避免出现以下错误?我正在 Struts2 上实现 Spring-Security,应用程序运行完美,但服务器日志上将显示以下消息。 WARNING!!!
在API文档中我发现了这个 自 Struts 2.1.3 起,如果除此之外还需要使用 ActionContextCleanUp 过滤器,请使用 StrutsPrepareAndExecuteFilte
我在互联网上进行了大量搜索,想知道为什么 Struts 2 FilterDispatcher 已被弃用。我没有找到任何可靠的、技术上合理的答案。 在大多数帖子中都写道 FilterDispatcher
我正在尝试将 Hibernate 与 Struts 结合使用。如果我扩展 FilterDispacther 来调用 Hibernate Utility 类,这会是一个好的实践吗? 大家有什么看法吗?我
我在 web.xml 中看到了一些使用 FilterDispatcher 的示例,而其他示例则使用 StrutsPrepareAndExecuteFilter。 我可以知道org.apache.str
启动tomcat时记录 Apr 28, 2011 10:52:57 AM org.apache.catalina.core.AprLifecycleListener init INFO: The AP
这个问题已经有答案了: 奥 git _a (3 个回答) 已关闭 6 年前。 我是第一次尝试 Struts 2。我正在尝试创建一个简单的登录应用程序。但是,我收到以下异常/错误: SEVERE: Ex
我一直在使用 eclipse 作为我的 IDE 来使用 hibernate 进行 ORM 工作。我使用 Maven 作为我的构建系统。学习 Struts 后,我试图让 hello world 工作起来
我正在尝试在 struts 2 中制作一个小型登录应用程序。我的 web.xml: StrutsPrj struts2
我是一名优秀的程序员,十分优秀!