Closed
Description
Scott Andrews opened SPR-6352 and commented
The mvc namespace currently configures the DefaultAnnotationHandlerMapping, but does not provide a way to register handler interceptors.
This functionality could be something like:
mvc:annotation-driven
mvc:interceptors
<bean class="com.example.MyHandlerInterceptorAdaptor1" />
<bean ref="interceptor2" />
...
</mvc:interceptors>
</mvc:annotation-driven>
Affects: 3.0 RC2