Skip to content

Deprecate and remove use of UrlPathHelper in ServletWebSocketHandlerRegistry #34508

Closed
@rstoyanchev

Description

@rstoyanchev

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 in ServletWebSocketHandlerRegistry.

The WebSocketHandlerMapping is created internally, and there is no mechanism to customize it. Therefore, after PathPatternParser became the default, the UrlPathHelper property is effectively no longer used. We can fastrack its removal in 7.0 with an immediate deprecation in 6.2.x.

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions