`

spring security turorial

 
阅读更多

http://www.fengfly.com/document/springsecurity3/springsecurity.html

 

  1. appfuse集成security
    http://confluence.atlassian.com/display/CROWD/Integrating+AppFuse+-+a+Crowd-Spring+Security+Integration+Tutorial

  2. 综合外文教程
    http://krams915.blogspot.com/p/tutorials.html

    最下面Spring MVC 3 and Spring Security 倒着排列的相关文章

    其对应google code
    http://code.google.com/p/spring3-security-mvc-integration-tutorial/downloads/list

    Spring MVC 3 and Spring Security 

    Spring Security 3 - MVC Integration Tutorial (Part 1)

    本地演示环境url 

    web.xml加入
    <filter>
    <filter-name>springSecurityFilterChain</filter-name>
    <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
    </filter>
     
    <filter-mapping>
    <filter-name>springSecurityFilterChain</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping> 加入权限后的登陆名 john/admin jane/user

    Spring Security 3 - MVC Integration Tutorial (Part 2)

    http://krams915.blogspot.com/2010/12/spring-security-mvc-integration_18.html


    其中的 spring-security-integration 项目用 tomcat:run启动
    本地演示环境url
    http://localhost:8080/spring-security-integration/krams/auth/login 

    问题:如何登陆连接数据库


    js脚本安全验证
    http://raibledesigns.com/#secure-basic
  3. google收藏夹同步
    http://www.u2game.net/bbs/thread-26651-1-1.html

    http://www.cnblogs.com/sinojelly/archive/2010/03/05/1678737.html

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics