引自[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" />
本文修正了 Spring Security 示例中的端口配置错误,详细指出了在 applicationContext.xml 文件内的两处端口号应更正为 9443 的具体位置。
2830

被折叠的 条评论
为什么被折叠?



