From ddf6e0530652d2631f4609f85b7d51d39da7d515 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Wed, 7 Dec 2005 18:53:19 +0000 Subject: [PATCH] SEC-122: Add taglib import details. --- 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 d70fa6b75d..19bfd3985e 100644 --- a/doc/xdocs/upgrade/upgrade-090-100.html +++ b/doc/xdocs/upgrade/upgrade-090-100.html @@ -19,6 +19,11 @@ applications: userDetailsService. +
  • + In JSPs, each "authz" taglib prefix must be changed from uri="http://acegisecurity.sf.net/authz" + to uri="http://acegisecurity.org/authz". +
  • +
  • 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. If you've implemented your own AuthenticationDao, you'll need to change the class it's implementing and quite likely