随笔-295  评论-26  文章-1  trackbacks-0
../j_acegi_logout
_acegi_logout 映射是在哪里定义的呢? 各位大侠请不吝赐教


大盘预测 国富论
posted on 2008-01-28 19:37 华梦行 阅读(500) 评论(2)  编辑  收藏

评论:
# re: _acegi_logout 映射是在哪里定义的呢 2008-02-24 00:28 | Robin's Java World
<bean id="logoutFilter"
class="org.acegisecurity.ui.logout.LogoutFilter">
<property name="filterProcessesUrl" value="/j_acegi_logout"/>
<!-- URL redirected to after logout -->
<constructor-arg value="/login.jsp" />
<constructor-arg>
<list>
<ref bean="rememberMeServices" />
<bean
class="org.acegisecurity.ui.logout.SecurityContextLogoutHandler" />
</list>
</constructor-arg>
</bean>  回复  更多评论
  
# re: _acegi_logout 映射是在哪里定义的呢 2008-02-27 19:23 | huamengxing
多谢!  回复  更多评论
  

只有注册用户登录后才能发表评论。


网站导航: