changelog.txt 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. Changes in version 0.x (2004-xx-xx)
  2. -----------------------------------
  3. * Added additional DaoAuthenticationProvider event when user not found
  4. * Added Authentication.getDetails() to DaoAuthenticationProvider response
  5. * Added DaoAuthenticationProvider.hideUserNotFoundExceptions (default=true)
  6. * Added PasswordAuthenticationProvider for password-validating DAOs (eg LDAP)
  7. * Added FilterToBeanProxy compatibility with ContextLoaderServlet (lazy inits)
  8. * Added convenience methods to ConfigAttributeDefinition
  9. * Clarified contract for ObjectDefinitionSource.getAttributes(Object)
  10. * Extracted removeUserFromCache(String) to UserCache interface
  11. * Improved ConfigAttributeEditor so it trims preceding and trailing spaces
  12. * Refactored UsernamePasswordAuthenticationToken.getDetails() to Object
  13. * Fixed MethodDefinitionAttributes to implement ObjectDefinitionSource change
  14. * Fixed EH-CACHE-based caching implementation behaviour when cache exists
  15. * Fixed Ant "release" target not including project.properties
  16. * Fixed GrantedAuthorityEffectiveAclsResolver if null ACLs provided to method
  17. * Documentation improvements
  18. Changes in version 0.6 (2004-08-09)
  19. -----------------------------------
  20. * Added domain object instance access control list (ACL) packages
  21. * Added feature so DaoAuthenticationProvider returns User in Authentication
  22. * Added AbstractIntegrationFilter.secureContext property for custom contexts
  23. * Added stack trace logging to SecurityEnforcementFilter
  24. * Added exception-specific target URLs to AbstractProcessingFilter
  25. * Added JdbcDaoImpl hook so subclasses can insert custom granted authorities
  26. * Added AuthenticationProvider that wraps JAAS login modules
  27. * Added support for EL expressions in the authz tag library
  28. * Added failed Authentication object to AuthenticationExceptions
  29. * Added signed JARs to all official release builds (see readme.txt)
  30. * Added remote client authentication validation package
  31. * Added protected sendAccessDeniedError method to SecurityEnforcementFilter
  32. * Updated Authentication to be serializable (Weblogic support)
  33. * Updated JAR to Spring 1.1 RC 1
  34. * Updated to Clover 1.3
  35. * Updated to HSQLDB version 1.7.2 Release Candidate 6D
  36. * Refactored User to net.sf.acegisecurity.UserDetails interface
  37. * Refactored CAS package to store UserDetails in CasAuthenticationToken
  38. * Improved organisation of DaoAuthenticationProvider to facilitate subclassing
  39. * Improved test coverage (now 98.3%)
  40. * Improved JDBC-based tests to use in-memory database rather than filesystem
  41. * Fixed Linux compatibility issues (directory case sensitivity etc)
  42. * Fixed AbstractProcessingFilter to handle servlet spec container differences
  43. * Fixed AbstractIntegrationFilter to resolve a Weblogic compatibility issue
  44. * Fixed CasAuthenticationToken if proxy granting ticket callback not requested
  45. * Fixed EH-CACHE handling on web context refresh
  46. * Documentation improvements
  47. Changes in version 0.51 (2004-06-06)
  48. ------------------------------------
  49. * Added samples/quick-start
  50. * Added NullRunAsManager and made default for AbstractSecurityInterceptor
  51. * Added event notification (see net.sf.acegisecurity.providers.dao.event)
  52. * Updated JAR to Spring 1.0.2
  53. * Updated JAR to Commons Attributes CVS snapshot from Spring 1.0.2 release
  54. * Updated GrantedAuthorityImpl to be serializable (JBoss support)
  55. * Updated Authentication interface to present extra details for a request
  56. * Updated Authentication interface to subclass java.security.Principal
  57. * Refactored DaoAuthenticationProvider caching (refer to reference docs)
  58. * Improved HttpSessionIntegrationFilter to manage additional attributes
  59. * Improved URL encoding during redirects
  60. * Fixed issue with hot deploy of EhCacheBasedTicketCache (used with CAS)
  61. * Fixed issue with NullPointerExceptions in taglib
  62. * Removed DaoAuthenticationToken and session-based caching
  63. * Documentation improvements
  64. * Upgrade Note: DaoAuthenticationProvider no longer has a "key" property
  65. Changes in version 0.5 (2004-04-29)
  66. -----------------------------------
  67. * Added single sign on support via Yale Central Authentication Service (CAS)
  68. * Added full support for HTTP Basic Authentication
  69. * Added caching for DaoAuthenticationProvider successful authentications
  70. * Added Burlap and Hessian remoting to Contacts sample application
  71. * Added pluggable password encoders including plaintext, SHA and MD5
  72. * Added pluggable salt sources to enhance security of hashed passwords
  73. * Added FilterToBeanProxy to obtain filters from Spring application context
  74. * Added support for prepending strings to roles created by JdbcDaoImpl
  75. * Added support for user definition of SQL statements used by JdbcDaoImpl
  76. * Added definable prefixes to avoid expectation of "ROLE_" GrantedAuthoritys
  77. * Added pluggable AuthenticationEntryPoints to SecurityEnforcementFilter
  78. * Added Apache Ant path syntax support to SecurityEnforcementFilter
  79. * Added filter to automate web channel requirements (eg HTTPS redirection)
  80. * Updated JAR to Spring 1.0.1
  81. * Updated several classes to use absolute (not relative) redirection URLs
  82. * Refactored filters to use Spring application context lifecycle support
  83. * Improved constructor detection of nulls in User and other key objects
  84. * Fixed FilterInvocation.getRequestUrl() to also include getPathInfo()
  85. * Fixed Contacts sample application <A></A> tags
  86. * Established acegisecurity-developer mailing list
  87. * Documentation improvements
  88. Changes in version 0.4 (2004-04-03)
  89. -----------------------------------
  90. * Added HTTP session authentication as an alternative to container adapters
  91. * Added HTTP request security interceptor (offers considerable flexibility)
  92. * Added security taglib
  93. * Added Clover test coverage instrumentation (currently 97.2%)
  94. * Added support for Catalina (Tomcat) 4.1.30 to in-container integration tests
  95. * Added HTML test and summary reporting to in-container integration tests
  96. * Updated JARs to Spring Framework release 1.0, with associated AOP changes
  97. * Updated to Apache License version 2.0
  98. * Updated copyright with permission of past contributors
  99. * Refactored unit tests to use mock objects and focus on a single class each
  100. * Refactored many classes to enable insertion of mock objects during testing
  101. * Refactored core classes to ease support of new secure object types
  102. * Changed package layout to better describe the role of contained items
  103. * Changed the extractor to extract additional classes from JBoss and Catalina
  104. * Changed Jetty container adapter configuration (see reference documentation)
  105. * Improved AutoIntegrationFilter handling of deployments without JBoss JARs
  106. * Fixed case handling support in data access object authentication provider
  107. * Documentation improvements
  108. Changes in version 0.3 (2004-03-16)
  109. -----------------------------------
  110. * Added "in container" unit test system for container adapters and sample app
  111. * Added library extractor tool to reduce the "with deps" ZIP release sizes
  112. * Added unit test to the attributes sample
  113. * Added Jalopy source formatting
  114. * Modified all files to use net.sf.acegisecurity namespace
  115. * Renamed springsecurity.xml to acegisecurity.xml for consistency
  116. * Reduced length of ZIP and JAR filenames
  117. * Clarified licenses and sources for all included libraries
  118. * Updated documentation to reflect new file and package names
  119. * Setup Sourceforge.net project and added to CVS etc
  120. Changes in version 0.2 (2004-03-10)
  121. -----------------------------------
  122. * Added Commons Attributes support and sample (thanks to Cameron Braid)
  123. * Added JBoss container adapter
  124. * Added Resin container adapter
  125. * Added JDBC DAO authentication provider
  126. * Added several filter implementations for container adapter integration
  127. * Added SecurityInterceptor startup time validation of ConfigAttributes
  128. * Added more unit tests
  129. * Refactored ConfigAttribute to interface and added concrete implementation
  130. * Enhanced diagnostics information provided by sample application debug.jsp
  131. * Modified sample application for wider container portability (Resin, JBoss)
  132. * Fixed switch block in voting decision manager implementations
  133. * Removed Spring MVC interceptor for container adapter integration
  134. * Documentation improvements
  135. Changes in version 0.1 (2004-03-03)
  136. -----------------------------------
  137. * Initial public release
  138. $Id$