changelog.txt 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. Changes in version 0.x (2004-xx-xx)
  2. -----------------------------------
  3. * Added samples/quick-start
  4. * Fixed issue with caching of Authentication objects
  5. Changes in version 0.5 (2004-04-29)
  6. -----------------------------------
  7. * Added single sign on support via Yale Central Authentication Service (CAS)
  8. * Added full support for HTTP Basic Authentication
  9. * Added caching for DaoAuthenticationProvider successful authentications
  10. * Added Burlap and Hessian remoting to Contacts sample application
  11. * Added pluggable password encoders including plaintext, SHA and MD5
  12. * Added pluggable salt sources to enhance security of hashed passwords
  13. * Added FilterToBeanProxy to obtain filters from Spring application context
  14. * Added support for prepending strings to roles created by JdbcDaoImpl
  15. * Added support for user definition of SQL statements used by JdbcDaoImpl
  16. * Added definable prefixes to avoid expectation of "ROLE_" GrantedAuthoritys
  17. * Added pluggable AuthenticationEntryPoints to SecurityEnforcementFilter
  18. * Added Apache Ant path syntax support to SecurityEnforcementFilter
  19. * Added filter to automate web channel requirements (eg HTTPS redirection)
  20. * Updated JAR to Spring 1.0.1
  21. * Updated several classes to use absolute (not relative) redirection URLs
  22. * Refactored filters to use Spring application context lifecycle support
  23. * Improved constructor detection of nulls in User and other key objects
  24. * Fixed FilterInvocation.getRequestUrl() to also include getPathInfo()
  25. * Fixed Contacts sample application <A></A> tags
  26. * Established acegisecurity-developer mailing list
  27. * Documentation improvements
  28. Changes in version 0.4 (2004-04-03)
  29. -----------------------------------
  30. * Added HTTP session authentication as an alternative to container adapters
  31. * Added HTTP request security interceptor (offers considerable flexibility)
  32. * Added security taglib
  33. * Added Clover test coverage instrumentation (currently 97.2%)
  34. * Added support for Catalina (Tomcat) 4.1.30 to in-container integration tests
  35. * Added HTML test and summary reporting to in-container integration tests
  36. * Updated JARs to Spring Framework release 1.0, with associated AOP changes
  37. * Updated to Apache License version 2.0
  38. * Updated copyright with permission of past contributors
  39. * Refactored unit tests to use mock objects and focus on a single class each
  40. * Refactored many classes to enable insertion of mock objects during testing
  41. * Refactored core classes to ease support of new secure object types
  42. * Changed package layout to better describe the role of contained items
  43. * Changed the extractor to extract additional classes from JBoss and Catalina
  44. * Changed Jetty container adapter configuration (see reference documentation)
  45. * Improved AutoIntegrationFilter handling of deployments without JBoss JARs
  46. * Fixed case handling support in data access object authentication provider
  47. * Documentation improvements
  48. Changes in version 0.3 (2004-03-16)
  49. -----------------------------------
  50. * Added "in container" unit test system for container adapters and sample app
  51. * Added library extractor tool to reduce the "with deps" ZIP release sizes
  52. * Added unit test to the attributes sample
  53. * Added Jalopy source formatting
  54. * Modified all files to use net.sf.acegisecurity namespace
  55. * Renamed springsecurity.xml to acegisecurity.xml for consistency
  56. * Reduced length of ZIP and JAR filenames
  57. * Clarified licenses and sources for all included libraries
  58. * Updated documentation to reflect new file and package names
  59. * Setup Sourceforge.net project and added to CVS etc
  60. Changes in version 0.2 (2004-03-10)
  61. -----------------------------------
  62. * Added Commons Attributes support and sample (thanks to Cameron Braid)
  63. * Added JBoss container adapter
  64. * Added Resin container adapter
  65. * Added JDBC DAO authentication provider
  66. * Added several filter implementations for container adapter integration
  67. * Added SecurityInterceptor startup time validation of ConfigAttributes
  68. * Added more unit tests
  69. * Refactored ConfigAttribute to interface and added concrete implementation
  70. * Enhanced diagnostics information provided by sample application debug.jsp
  71. * Modified sample application for wider container portability (Resin, JBoss)
  72. * Fixed switch block in voting decision manager implementations
  73. * Removed Spring MVC interceptor for container adapter integration
  74. * Documentation improvements
  75. Changes in version 0.1 (2004-03-03)
  76. -----------------------------------
  77. * Initial public release
  78. $Id$