mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 05:09:13 +00:00
This commit uses the newly introduced `PathPattern.getPathRemaining(String)` in the functional web framework. With this change, all path predicates can be used for nested router functions, so the `pathPrefix` predicate is no longer required and has been removed. Issue: SPR-15336