From a9de0a2e3b0ea612aec73845c09a9f1ecb0e7235 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Wed, 7 Dec 2005 18:41:13 +0000 Subject: [PATCH] SEC-121: Add to instructions. --- doc/xdocs/upgrade/upgrade-090-100.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/xdocs/upgrade/upgrade-090-100.html b/doc/xdocs/upgrade/upgrade-090-100.html index 336209fdb5..d70fa6b75d 100644 --- a/doc/xdocs/upgrade/upgrade-090-100.html +++ b/doc/xdocs/upgrade/upgrade-090-100.html @@ -13,6 +13,11 @@ applications:
  • The top level package name has changed. Simply find "net.sf.acegisecurity" and replace with "org.acegisecurity".
  • + +
  • + DaoAuthenticationProvider has a property, authenticationDao. This property should now be renamed to + userDetailsService. +
  • net.sf.acegisecurity.providers.dao.AuthenticationDao is now org.acegisecurity.userdetails.UserDetailsService. The interface signature has not changed. Similarly, User and UserDetails have moved into the latter's package as well.