changes.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. * ========================================================================
  4. *
  5. * Copyright 2004 Acegi Technology Pty Limited
  6. *
  7. * Licensed under the Apache License, Version 2.0 (the "License");
  8. * you may not use this file except in compliance with the License.
  9. * You may obtain a copy of the License at
  10. *
  11. * http://www.apache.org/licenses/LICENSE-2.0
  12. *
  13. * Unless required by applicable law or agreed to in writing, software
  14. * distributed under the License is distributed on an "AS IS" BASIS,
  15. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. * See the License for the specific language governing permissions and
  17. * limitations under the License.
  18. *
  19. * ========================================================================
  20. -->
  21. <document>
  22. <properties>
  23. <title>Acegi security changes</title>
  24. </properties>
  25. <body>
  26. <release version="0.7-SNAPSHOT" date="in CVS">
  27. <action dev="carlossg" type="add">Major CVS repository restructure to support Maven and eliminate libraries</action>
  28. <action dev="benalex" type="update">Major improvements to Contacts sample application (now demos ACL security)</action>
  29. <action dev="benalex" type="add">Added AfterInvocationManager to mutate objects return from invocations</action>
  30. <action dev="benalex" type="add">Added BasicAclEntryAfterInvocationProvider to ACL evaluate returned Object</action>
  31. <action dev="benalex" type="add">Added BasicAclEntryAfterInvocationCollectionFilteringProvider</action>
  32. <action dev="benalex" type="add">Added security propagation during RMI invocations (from sandbox)</action>
  33. <action dev="benalex" type="add">Added security propagation for Spring's HTTP invoker</action>
  34. <action dev="benalex" type="add">Added BasicAclEntryVoter, which votes based on AclManager permissions</action>
  35. <action dev="benalex" type="add">Added AspectJ support (especially useful for instance-level security)</action>
  36. <action dev="benalex" type="add">Added MethodDefinitionSourceAdvisor for performance and autoproxying</action>
  37. <action dev="benalex" type="add">Added MethodDefinitionMap querying of interfaces defined by secure objects</action>
  38. <action dev="benalex" type="add">Added AuthenticationProcessingFilter.setDetails for use by subclasses</action>
  39. <action dev="benalex" type="add">Added 403-causing exception to HttpSession via SecurityEnforcementFilter</action>
  40. <action dev="benalex" type="add">Added net.sf.acegisecurity.intercept.event package</action>
  41. <action dev="benalex" type="add">Added BasicAclExtendedDao interface and JdbcExtendedDaoImpl for ACL CRUD</action>
  42. <action dev="benalex" type="add">Added additional remoting protocol demonstrations to Contacts sample</action>
  43. <action dev="benalex" type="update">Improved BasicAclProvider to only respond to specified ACL object requests</action>
  44. <action dev="benalex" type="update">Refactored MethodDefinitionSource to work with Method, not MethodInvocation</action>
  45. <action dev="benalex" type="update">Refactored AbstractSecurityInterceptor to better support other AOP libraries</action>
  46. <action dev="benalex" type="fix">Fixed AbstractProcessingFilter to use removeAttribute (JRun compatibility)</action>
  47. <action dev="benalex" type="fix">Fixed GrantedAuthorityEffectiveAclResolver support of UserDetails principals</action>
  48. <action dev="benalex" type="update">Moved MethodSecurityInterceptor to ...intercept.method.aopalliance package</action>
  49. <action dev="benalex" type="update">Documentation improvements</action>
  50. </release>
  51. <release version="0.6.1" date="2004-09-24"/>
  52. <release version="0.6" date="2004-08-08"/>
  53. <release version="0.5.1" date="2004-06-05"/>
  54. <release version="0.5" date="2004-04-28"/>
  55. <release version="0.4" date="2004-04-03"/>
  56. <release version="0.3" date="2004-03-18"/>
  57. </body>
  58. </document>