Browse Source

SPR-6646

+ replaced handleRequest() with setSynchronizeOnSession() which is final

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2862 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Costin Leau 16 years ago
parent
commit
2e974ce47b
  1. 2
      spring-framework-reference/src/mvc.xml

2
spring-framework-reference/src/mvc.xml

@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
<para>You cannot add advice to final methods when you use Spring MVC.
For example, you cannot add advice to the
<literal>AbstractController.handleRequest()</literal> method. Refer to
<literal>AbstractController.setSynchronizeOnSession()</literal> method. Refer to
<xref linkend="aop-understanding-aop-proxies" /> for more information on
AOP proxies and why you cannot add advice to final methods.</para>
</sidebar>

Loading…
Cancel
Save