From a807b8d539d5f60567dcc1d5f525d6a6e279732f Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Sat, 5 Nov 2005 01:28:44 +0000 Subject: [PATCH] Extra 0.9.0 upgrade details. --- doc/xdocs/navigation.xml | 1 + doc/xdocs/upgrade/upgrade-080-090.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/doc/xdocs/navigation.xml b/doc/xdocs/navigation.xml index 1377018f47..f04744f023 100644 --- a/doc/xdocs/navigation.xml +++ b/doc/xdocs/navigation.xml @@ -41,6 +41,7 @@ + diff --git a/doc/xdocs/upgrade/upgrade-080-090.html b/doc/xdocs/upgrade/upgrade-080-090.html index 244066cbfb..40ac72d7ec 100644 --- a/doc/xdocs/upgrade/upgrade-080-090.html +++ b/doc/xdocs/upgrade/upgrade-080-090.html @@ -49,6 +49,9 @@ applications:
  • Event publishing has been refactored. New event classes have been added, and the location of LoggerListener has changed. See the net.sf.acegisecurity.event package.
  • +
  • Users of the "authz" taglib will generally need to change the "operation" + to "username", as reflection is now used to retrieve the property.
  • +