浏览代码

SEC-121: Add to instructions.

Ben Alex 20 年之前
父节点
当前提交
a9de0a2e3b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      doc/xdocs/upgrade/upgrade-090-100.html

+ 5 - 0
doc/xdocs/upgrade/upgrade-090-100.html

@@ -13,6 +13,11 @@ applications:
 
     <li>The top level package name has changed. Simply find "net.sf.acegisecurity" and replace with
 	"org.acegisecurity".</li>
+	
+	<li>
+		DaoAuthenticationProvider has a property, authenticationDao. This property should now be renamed to
+		userDetailsService.
+	</li>
 		
 	<li>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.