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.
  • +