引自[url]http://forum.springside.org.cn/viewthread.php?tid=3717&extra=page%3D1&page=1[/url]
原版来自
[url]http://family168.com/oa/springsecurity/html/index.html[/url]版权归原作者所有,如有侵权,将立刻删除
[color=red]第9章的例子中的勘误:[/color]
applicationContext.xml中第33行,端口号应为9443
原版来自
[url]http://family168.com/oa/springsecurity/html/index.html[/url]版权归原作者所有,如有侵权,将立刻删除
[color=red]第9章的例子中的勘误:[/color]
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" />