spring security3 当中 在http中 配置<intercept-url pattern='/login.htm*' filters='none'/>会报如下错

严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframewor... 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: The use of "filters='none'" is no longer supported. Please define a separate <http> element for the pattern you want to exclude and use the attribute "security='none'".
Offending resource: class path resource [spring-security.xml]
展开
 我来答
kengzcn
2011-01-06 · TA获得超过304个赞
知道答主
回答量:238
采纳率:100%
帮助的人:218万
展开全部
异常说的很清楚了,在spring security3中已经不支持filters='none'这种写法了。换成security='none'试试
百度网友9e55c3b
2012-06-26
知道答主
回答量:1
采纳率:0%
帮助的人:1600
展开全部
<s:http pattern="/commons/**" security="none"/>
<s:http pattern="/js/**" security="none"/>
<s:http pattern="/css/**" security="none"/>
<s:http pattern="/images/**" security="none"/>
<s:http auto-config="true" use-expressions="true">
<s:form-login login-page="/login.do" default-target-url="/" authentication-failure-url="/login.do?error=true" />
<s:logout logout-success-url="/" />
</s:http>

这样配置即可
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友fd5bd8e5
推荐于2018-04-20 · 超过30用户采纳过TA的回答
知道答主
回答量:144
采纳率:0%
帮助的人:77.8万
展开全部
你用的什么版本?我这里3.0.2还是可以这样写的啊。
不过登陆界面一般是用
<form-login login-page="/login.jsp" authentication-failure-url="/login.jsp?error=true" login-processing-url="/j_security_check"/>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
nekk1
2011-01-06
知道答主
回答量:31
采纳率:0%
帮助的人:0
展开全部
你写错了吧 filters="none" 应该是双引号
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式