spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
55.39k stars 37.67k forks source link

Create WebFlux equivalent filter to handle URLs with trailing slashes #32830

Open rstoyanchev opened 2 weeks ago

rstoyanchev commented 2 weeks ago

The UrHandlerFilter under #31366 is for use with Spring MVC and the Servlet API. This issue is to create the same for use with WebFlux, which will have the same functionality but for the WebFlux API.