-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Deprecate usages of PathMatcher in Web Socket support #16500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
3 tasks
jzheaux opened this issue
Jan 29, 2025
· 2 comments
· Fixed by #16635 · May be fixed by GuusArts/spring-security#18 or GuusArts/spring-security#21
Closed
3 tasks
Deprecate usages of PathMatcher in Web Socket support #16500
jzheaux opened this issue
Jan 29, 2025
· 2 comments
· Fixed by #16635 · May be fixed by GuusArts/spring-security#18 or GuusArts/spring-security#21
Labels
Milestone
Comments
3 tasks
Hi @jzheaux, is this still up for grabs/not accounted for in the other mentioned issues? I'd like to work on it. |
Hi, @pat-mccusker, yes, thanks for volunteering! |
pat-mccusker
added a commit
to pat-mccusker/spring-security
that referenced
this issue
Feb 23, 2025
Closes spring-projectsgh-16500 Signed-off-by: Pat McCusker <[email protected]>
pat-mccusker
added a commit
to pat-mccusker/spring-security
that referenced
this issue
Feb 25, 2025
Closes spring-projectsgh-16500 Signed-off-by: Pat McCusker <[email protected]>
pat-mccusker
added a commit
to pat-mccusker/spring-security
that referenced
this issue
Mar 2, 2025
Closes spring-projectsgh-16500 Signed-off-by: Pat McCusker <[email protected]>
jzheaux
added a commit
to pat-mccusker/spring-security
that referenced
this issue
Mar 18, 2025
Issue spring-projectsgh-16500 Signed-off-by: Josh Cummings <[email protected]>
jzheaux
added a commit
to pat-mccusker/spring-security
that referenced
this issue
Mar 18, 2025
Issue spring-projectsgh-16500 Signed-off-by: Josh Cummings <[email protected]>
jzheaux
added a commit
to pat-mccusker/spring-security
that referenced
this issue
Mar 18, 2025
Issue spring-projectsgh-16500 Signed-off-by: Josh Cummings <[email protected]>
jzheaux
added a commit
to pat-mccusker/spring-security
that referenced
this issue
Mar 18, 2025
Issue spring-projectsgh-16500 Signed-off-by: Josh Cummings <[email protected]>
jzheaux
pushed a commit
to pat-mccusker/spring-security
that referenced
this issue
Mar 18, 2025
Closes spring-projectsgh-16500 Signed-off-by: Pat McCusker <[email protected]>
jzheaux
added a commit
to pat-mccusker/spring-security
that referenced
this issue
Mar 18, 2025
Issue spring-projectsgh-16500 Signed-off-by: Josh Cummings <[email protected]>
jzheaux
pushed a commit
that referenced
this issue
Mar 19, 2025
Closes gh-16500 Signed-off-by: Pat McCusker <[email protected]>
jzheaux
added a commit
that referenced
this issue
Mar 19, 2025
Issue gh-16500 Signed-off-by: Josh Cummings <[email protected]>
This was referenced Apr 7, 2025
jzheaux
added a commit
that referenced
this issue
Apr 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
spring-security-messaging
usesPathMatcher
in two places:SimpDestinationMessageMatcher
should be deprecated and replacedMessageMatcherDelegatingAuthorizationManager
should deprecate and replace its use ofPathMatcher
MessageMatcherAuthorizationManagerConfiguration
should not retrieve and configuration aPathMatcher
To construct a
PathPattern
from a given pattern do:To compare a
PathPattern
to a message destination, do:Please take a look at
PathPatternRequestMatcher
for implementation guidance.The text was updated successfully, but these errors were encountered: