From 2f840b10975ae6d6380a10ef3b9f63fb78414c9c Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 26 Jan 2010 10:07:40 +0000 Subject: [PATCH] SPR-6646 + replaced handleRequest() with setSynchronizeOnSession() which is final --- spring-framework-reference/src/mvc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/mvc.xml b/spring-framework-reference/src/mvc.xml index 7fa9d929e3..e19e3b5606 100644 --- a/spring-framework-reference/src/mvc.xml +++ b/spring-framework-reference/src/mvc.xml @@ -46,7 +46,7 @@ You cannot add advice to final methods when you use Spring MVC. For example, you cannot add advice to the - AbstractController.handleRequest() method. Refer to + AbstractController.setSynchronizeOnSession() method. Refer to for more information on AOP proxies and why you cannot add advice to final methods. -- GitLab