From fb88d03b22c2201c27cc7d79ec2731257ea254b3 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 7 May 2008 15:56:58 +0000 Subject: [PATCH] named thread locals --- build-spring-webflow/resources/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index 995eed73..c168de7c 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -16,6 +16,7 @@ Improvements This change will effect any custom Converter implementations extending from AbstractConverter. Please see the existing converters in the org.springframework.binding.converters package for examples of refined Converter implementations. * Improved booking samples by removing the unnecessary dispatcher-servlet-config.xml file and favoring configuration driven by a single master Spring configuration file. +* Made RequestContext and ExternalContext thread locals named for supporting introspection Bug Fixes * Fixed a bug preventing the handling of NumberFormatExceptions when binding to number properties using the default NumberFormatter.