소스 검색

SEC-122: Add taglib import details.

Ben Alex 20 년 전
부모
커밋
ddf6e05306
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      doc/xdocs/upgrade/upgrade-090-100.html

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

@@ -19,6 +19,11 @@ applications:
 		userDetailsService.
 	</li>
 		
+	<li>
+		In JSPs, each "authz" taglib prefix must be changed from uri="http://acegisecurity.sf.net/authz"
+		to uri="http://acegisecurity.org/authz".
+	</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.
 	If you've implemented your own AuthenticationDao, you'll need to change the class it's implementing and quite likely