Skip to content

Commit b472a06

Browse files
committed
Merge branch '5.8.x' into 6.0.x
Closes gh-13293
2 parents 8cfb6a4 + 312b758 commit b472a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/servlet/integrations/websocket.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ A comparable XML based configuration looks like the following:
7272
====
7373
[source,xml]
7474
----
75-
<websocket-message-broker use-authorization-manager="true">
76-
<intercept-message pattern="/user/**" access="authenticated"/>
75+
<websocket-message-broker use-authorization-manager="true"> <!--1--> <!--2-->
76+
<intercept-message pattern="/user/**" access="authenticated"/> <!--3-->
7777
</websocket-message-broker>
7878
----
7979
====

0 commit comments

Comments
 (0)