-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Open
Labels
in: messagingAn issue in spring-security-messagingAn issue in spring-security-messagingtype: enhancementA general enhancementA general enhancementtype: jiraAn issue that was migrated from JIRAAn issue that was migrated from JIRA
Description
Alex (Migrated from SEC-3026) said:
In my websocket security I've a rule similar to the usual one:
bq. .simpSubscribeDestMatchers("/topic/**").permitAll()
this is nice because it allows any client to subscribe to public queues, but it has a problem: it does not allow them to unsubscribe.
So another method with a tentative name like simpUnsubscribeDestMatchers would be needed for that, or maybe better a method that can match both subscribe and unsubscribe type of messages in order to apply the security policy
Metadata
Metadata
Assignees
Labels
in: messagingAn issue in spring-security-messagingAn issue in spring-security-messagingtype: enhancementA general enhancementA general enhancementtype: jiraAn issue that was migrated from JIRAAn issue that was migrated from JIRA