From a9c398caa9410abca2211e70c09605f913171a80 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Wed, 25 Jan 2006 22:42:15 +0000 Subject: [PATCH] Correct error in docs re InheritableThreadLocal. --- doc/xdocs/upgrade/upgrade-080-090.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/xdocs/upgrade/upgrade-080-090.html b/doc/xdocs/upgrade/upgrade-080-090.html index 203f163fb2..6ec15e6b04 100644 --- a/doc/xdocs/upgrade/upgrade-080-090.html +++ b/doc/xdocs/upgrade/upgrade-080-090.html @@ -55,9 +55,7 @@ applications: We apologise for the inconvenience, but on a more positive note this means you receive strict type checking, you no longer need to mess around with casting to and from Context implementations, your applications no longer need to perform checking of null and - unexpected Context implementation types, and the new SecurityContextHolder - is an InheritableThreadLocal - which should make life easier in rich client - environments.

+ unexpected Context implementation types.

  • AbstractProcessingFilter has changed its getter/setter approach used for customised authentication exception directions. See the