upgrade-080-100.html 584 B

123456789101112131415161718192021
  1. <html>
  2. <head>
  3. <title>Acegi Security - Upgrading from version 0.8.0 to 1.0.0</title>
  4. </head>
  5. <body>
  6. <h1>Upgrading from 0.8.0 to 1.0.0</h1>
  7. <p>
  8. The following should help most casual users of the project update their
  9. applications:
  10. <ul>
  11. <li>AbstractProcessingFilter has changed its getter/setter approach used for customised
  12. authentication exception directions. See the <a href="../multiproject/acegi-security/xref/net/sf/acegisecurity/ui/AbstractProcessingFilter.html">
  13. AbstractProcessingFilter JavaDocs</a> to learn more.<br><br></li>
  14. </ul>
  15. </body>
  16. </html>