jsf导航页面,在spring security中无法拦截的问题?

snowfox_wolf 2009-07-29
1、直接在按钮的action中使用导航配置 例如:success
或者 /mapdemo2.xthml
2、直接在bean中使用导航,例如:return "success";
示例代码如下:
     <h:commandButton action="${demoBean.redtest}" value="bean跳转"></h:commandButton>
     <h:commandButton action="mapdemo2" value="页面跳转"></h:commandButton>
     <h:commandButton action="/mapdemo2.xhtml" value="自建导航器页面跳转"></h:commandButton>
跳转后的页面都无法拦截,拦截器中取不到地址"/mapdemo2.xthml"或"/mapdemo2.xthml.faces",取到的url地址是原页面的地址,请问各位有遇到这种情况没有?
snowfox_wolf 2009-07-30
有人用过JSF+Springsecurity或者acegi吗?交流一下
Global site tag (gtag.js) - Google Analytics