Skip to content

The Reference Documentation 2.5.6 states that the AbstractController.handleRequest() method is final [SPR-6646] #11312

@spring-projects-issues

Description

@spring-projects-issues

Kengkaj S. opened SPR-6646 and commented

In this page: http://static.springsource.org/spring/docs/2.5.6/reference/mvc.html, the document states that:

Note that you cannot add advice to final methods using Spring MVC. This means it won't be possible to add advice to for example the AbstractController.handleRequest() method.

But in Spring Framework 2.5.6 the AbstractController.handleRequest() method is not a final method.


Affects: 2.5.6

Referenced from: commits 2f840b1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions