I am using spring 3.2.4 in my application but some of the features are not working properly like @controllerAdvice. I know that it is a feature added in spring 3.2. I am using servlet 2.5.I googled about spring 3.2 and found that
The Spring MVC programming model now provides explicit Servlet 3 async support.
Kindly tell me does spring 3.2 works with servlet 2.5 or not?