- 浏览: 16921 次
- 性别:
- 来自: 成都
最新评论
-
Not_Lost_Yesterday:
<intercept-url pattern=" ...
Spring Security 3 的配置出错,大家来指点下。 -
yzxqml:
具体我也没看出来,但是你的配置文件有些东西好像是Spring ...
Spring Security 3 的配置出错,大家来指点下。
文章列表
首先介绍下这个项目:
SpringSecurity3 来控制权限的访问
1.代码1 web.xml
<!-- 加载配置文件 -->
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:spring/*.xml</param-value>
</context-param>
<!-- 中文乱码处理 -->
<filter>
<fi ...