瀏覽代碼

Add AutoIntegrationFilter note.

Ben Alex 20 年之前
父節點
當前提交
978ed3112c
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      doc/xdocs/upgrade/upgrade-06-070.html

+ 5 - 0
doc/xdocs/upgrade/upgrade-06-070.html

@@ -16,6 +16,11 @@ have written their own UserDetails implementation from scratch will need to
 add the additional two methods. Returning true to both methods will normally
 add the additional two methods. Returning true to both methods will normally
 be correct.
 be correct.
 </li>
 </li>
+<li>AutoIntegrationFilter has been removed. User should instead use
+  HttpSessionIntegrationFilter (in most cases), or HttpRequestIntegrationFilter
+  (if using most container adapters) or JbossIntegrationFilter (if using the
+  JBoss container adapter).</li>
+
 <li>MethodDefinitionMap, which is usually used by MethodSecurityInterceptor
 <li>MethodDefinitionMap, which is usually used by MethodSecurityInterceptor
   for its objectDefinitionSource property, has been changed. From 0.7.0, when
   for its objectDefinitionSource property, has been changed. From 0.7.0, when
   MethodDefinitionMap is queried for configuration attributes associated with
   MethodDefinitionMap is queried for configuration attributes associated with