Spring Security安全权限管理手册(离线版)

引自 http://forum.springside.org.cn/viewthread.php?tid=3717&extra=page%3D1&page=1
原版来自
http://family168.com/oa/springsecurity/html/index.html版权归原作者所有,如有侵权,将立刻删除

第9章的例子中的勘误:
applicationContext.xml中第33行,端口号应为9443
<beans:property name="loginUrl" value="https://localhost:9443/cas/login" /> 
第49行,端口号也应为9443
<beans:constructor-arg index="0" value="https://localhost:9443/cas" /> 

你可能感兴趣的:(java,spring,PHP,xml,Security)