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
This commit is contained in:
parent
3c77f3ea67
commit
2e974ce47b
|
|
@ -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…
Reference in New Issue