欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  资讯频道

Spring Security 3.0.1发布,提供全面的安全服务

程序员文章站 2022-06-14 21:03:37
...

近日,Spring Security 3.0.1版本发布了,此版本主要是对Bug的修复和性能的提升。

 

Spring Security为基于J2EE企业应用软件提供了全面安全服务, 特别是使用领先的J2EE解决方案-spring框架开发的企业软件项目。

 

3.0.1改进:

  • OpenID attribute exchange failure with Yahoo and "count='2'"
  • intercept-url EL expressions are parsed or validated incorrectly
  • CAS Documentation Errors
  • SessionManagementFilter: should "return;" after "redirectStrategy.sendRedirect(request, response, invalidSessionUrl);"
  • GrantedAuthority should extends Comparable<GrantedAuthority>
  • Spring Security 3 Schema refences enumeration that differs when you start application
  • SessionManagementFilter can invoke other filters after sending redirect
  • Sample OpenID code in reference docs does not compile
  • AbstractRememberMeServices#extractRememberMeCookie may use cookie from different context
  • Use reader context classloader when checking for web classes in namespace handler
  • DefaultWebInvocationPrivilegeEvaluator fails with empty context path
  • Typo in the Reference doc appendix B
  • Typo in the Javadoc for class AbstractAuthenticationTargetUrlRequestHandler
  • Bad markup in Javadoc for UsernamePasswordAuthenticationFilter
  • Type in the Reference documentation in section 6.1
  • Missing markup in the reference documentation section 8.4
  • Missing markup in the reference documentation section 8.4.1
  • Typo in the reference documentation section 8.4.1
  • Type in the Reference documentation in section 19.2
  • Springbeans gets registered twice 
  •  

    查看详情:http://static.springsource.org/spring-security/site/changelog.html

     

    下载Spring Security 3.0.1:http://static.springsource.org/spring-security/site/downloads.html