mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Merge branch '5.8.x' into 6.0.x
Closes gh-13293
This commit is contained in:
commit
b472a06848
@ -72,8 +72,8 @@ A comparable XML based configuration looks like the following:
|
|||||||
====
|
====
|
||||||
[source,xml]
|
[source,xml]
|
||||||
----
|
----
|
||||||
<websocket-message-broker use-authorization-manager="true">
|
<websocket-message-broker use-authorization-manager="true"> <!--1--> <!--2-->
|
||||||
<intercept-message pattern="/user/**" access="authenticated"/>
|
<intercept-message pattern="/user/**" access="authenticated"/> <!--3-->
|
||||||
</websocket-message-broker>
|
</websocket-message-broker>
|
||||||
----
|
----
|
||||||
====
|
====
|
||||||
|
Loading…
x
Reference in New Issue
Block a user