mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This enhancement enables finer control over interceptor application based on HTTP methods, aligning with modern Spring 7.x practices. - Extend MappedInterceptor with include/exclude HTTP methods - Add constructors for interceptor implementations - Update InterceptorRegistration with fluent methods - Keep existing constructors and methods for compatibility - Update matches() to check HTTP method conditions See gh-35273 Signed-off-by: SRIRAM9487 <sriram9487tk@gmail.com>