mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Request predicates support preflight request matching based on the "would be" request (e.g. target HTTP method) so the actual handler is not meant to be invoked. That's the case only with a DispatcherHandler setup. Closes gh-37024