From 978ed3112c5bab01d4d3430e481a1ef9add2bfd4 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Sat, 22 Jan 2005 00:43:45 +0000 Subject: [PATCH] Add AutoIntegrationFilter note. --- doc/xdocs/upgrade/upgrade-06-070.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/xdocs/upgrade/upgrade-06-070.html b/doc/xdocs/upgrade/upgrade-06-070.html index 89503cd4f0..717e338339 100644 --- a/doc/xdocs/upgrade/upgrade-06-070.html +++ b/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 be correct. +
  • 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).
  • +
  • MethodDefinitionMap, which is usually used by MethodSecurityInterceptor for its objectDefinitionSource property, has been changed. From 0.7.0, when MethodDefinitionMap is queried for configuration attributes associated with