- 浏览: 9778 次
最新评论
文章列表
使用ACEGI实现权限控制,第一部分
环境:
struts2,acegi1.0.6,spring2.5.1,cas3
一、综述:环境搭建
1.spring和acegi版本
spring2.5.6和acegi1.0.6兼容性问题
会报
java.lang.NoClassDefFoundError: org/springframework/web/bind/RequestUtils
不过据说装合适的spring-webmvc这个jar也可以解决问题,没有测试
1.搭建acegi环境
web.xml配置,使用acegi的过滤器
配置web.xml
<context-param>中包 ...