announcement-0.8.1.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. The acegi-security-doc team is pleased to announce the Acegi Security System
  2. for Spring 0.8.1 release!
  3. http://acegisecurity.org/
  4. Acegi Security System for Spring
  5. Changes in this version include:
  6. New Features:
  7. o X509 (certificate-based) authentication support
  8. Fixed bugs:
  9. o SecurityEnforcementFilter caused NullPointerException when anonymous
  10. authentication used with BasicProcessingFilterEntryPoint
  11. o FilterChainProxy now supports replacement of ServletRequest and
  12. ServetResponse by Filter beans
  13. o Corrected Authz parsing of whitespace in GrantedAuthoritys
  14. o TokenBasedRememberMeServices now respects expired users, expired
  15. credentials and disabled users
  16. o HttpSessionContextIntegrationFilter now handles HttpSession invalidation
  17. without redirection
  18. o StringSplitUtils.split() ignored delimiter argument
  19. o DigestProcessingFilter now provides userCache getter and setter
  20. o Contacts Sample made to work with UserDetails-based Principal
  21. Changes:
  22. o UserDetails now advises locked accounts, with corresponding
  23. DaoAuthenticationProvider events and enforcement
  24. o ContextHolderAwareRequestWrapper methods return null if user is anonymous
  25. o AbstractBasicAclEntry improved compatibility with Hibernate
  26. o User now provides a more useful toString() method
  27. o Update to match Spring 1.1.5 official JAR dependencies (NB: now using
  28. Servlet 2.4 and related JSP/taglib JARs)
  29. o Documentation improvements
  30. o Test coverage improvements
  31. Have fun!
  32. -The acegi-security-doc team