mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Fix websocket configuration documentation
Fixes: gh-4845
This commit is contained in:
parent
cb4f3d2f44
commit
f396e0197e
@ -28,7 +28,7 @@ public class WebSocketSecurityConfig
|
|||||||
|
|
||||||
protected void configureInbound(MessageSecurityMetadataSourceRegistry messages) {
|
protected void configureInbound(MessageSecurityMetadataSourceRegistry messages) {
|
||||||
messages
|
messages
|
||||||
.simpDestMatchers("/user/*").authenticated() // <3>
|
.simpDestMatchers("/user/**").authenticated() // <3>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user