changelog.txt 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Changes in version 0.5 (2004-xx-xx)
  2. -----------------------------------
  3. * AuthenticationProcessingFilter by default finds configuration context using Spring's WebApplicationContextUtils.getWebApplicationContext()
  4. * AuthenticationProcessingFilter context may optionally be specified with 'contextConfigLocation' param (was previously 'appContextLocation')
  5. * SecurityEnforcementFilter by default finds configuration context using Spring's WebApplicationContextUtils.getWebApplicationContext()
  6. * SecurityEnforcementFilter context may optionally be specified with 'contextConfigLocation' param (was previously 'appContextLocation')
  7. Changes in version 0.4 (2004-04-03)
  8. -----------------------------------
  9. * Added HTTP session authentication as an alternative to container adapters
  10. * Added HTTP request security interceptor (offers considerable flexibility)
  11. * Added security taglib
  12. * Added Clover test coverage instrumentation (currently 97.2%)
  13. * Added support for Catalina (Tomcat) 4.1.30 to in-container integration tests
  14. * Added HTML test and summary reporting to in-container integration tests
  15. * Updated JARs to Spring Framework release 1.0, with associated AOP changes
  16. * Updated to Apache License version 2.0
  17. * Updated copyright with permission of past contributors
  18. * Refactored unit tests to use mock objects and focus on a single class each
  19. * Refactored many classes to enable insertion of mock objects during testing
  20. * Refactored core classes to ease support of new secure object types
  21. * Changed package layout to better describe the role of contained items
  22. * Changed the extractor to extract additional classes from JBoss and Catalina
  23. * Changed Jetty container adapter configuration (see reference documentation)
  24. * Improved AutoIntegrationFilter handling of deployments without JBoss JARs
  25. * Fixed case handling support in data access object authentication provider
  26. * Documentation improvements
  27. Changes in version 0.3 (2004-03-16)
  28. -----------------------------------
  29. * Added "in container" unit test system for container adapters and sample app
  30. * Added library extractor tool to reduce the "with deps" ZIP release sizes
  31. * Added unit test to the attributes sample
  32. * Added Jalopy source formatting
  33. * Modified all files to use net.sf.acegisecurity namespace
  34. * Renamed springsecurity.xml to acegisecurity.xml for consistency
  35. * Reduced length of ZIP and JAR filenames
  36. * Clarified licenses and sources for all included libraries
  37. * Updated documentation to reflect new file and package names
  38. * Setup Sourceforge.net project and added to CVS etc
  39. Changes in version 0.2 (2004-03-10)
  40. -----------------------------------
  41. * Added Commons Attributes support and sample (thanks to Cameron Braid)
  42. * Added JBoss container adapter
  43. * Added Resin container adapter
  44. * Added JDBC DAO authentication provider
  45. * Added several filter implementations for container adapter integration
  46. * Added SecurityInterceptor startup time validation of ConfigAttributes
  47. * Added more unit tests
  48. * Refactored ConfigAttribute to interface and added concrete implementation
  49. * Enhanced diagnostics information provided by sample application debug.jsp
  50. * Modified sample application for wider container portability (Resin, JBoss)
  51. * Fixed switch block in voting decision manager implementations
  52. * Removed Spring MVC interceptor for container adapter integration
  53. * Documentation improvements
  54. Changes in version 0.1 (2004-03-03)
  55. -----------------------------------
  56. * Initial public release
  57. $Id$