spring-projects / spring-framework

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

Document UrlHandler Servlet and reactive filters #33784

Closed bclozel closed 1 month ago

bclozel commented 1 month ago

As of #28552, the trailing slash matching strategy has been deprecated and we introduced UrlHandlerFilter implementations to help replace this mechanism in #31366 and #32830.

This issue is about documenting those new filters in our reference documentation.