Deprecate and remove use of UrlPathHelper in ServletWebSocketHandlerRegistry #34508
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Spring Security is preparing to adapt to the
PathMatcher
deprecations in spring-web, see spring-projects/spring-security#16499. A question came up how to adapt to the deprecation of UrlPathHelper use inServletWebSocketHandlerRegistry
.The
WebSocketHandlerMapping
is created internally, and there is no mechanism to customize it. Therefore, afterPathPatternParser
became the default, theUrlPathHelper
property is effectively no longer used. We can fastrack its removal in 7.0 with an immediate deprecation in 6.2.x.The text was updated successfully, but these errors were encountered: