We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cfb6a4 + 312b758 commit b472a06Copy full SHA for b472a06
docs/modules/ROOT/pages/servlet/integrations/websocket.adoc
@@ -72,8 +72,8 @@ A comparable XML based configuration looks like the following:
72
====
73
[source,xml]
74
----
75
-<websocket-message-broker use-authorization-manager="true">
76
- <intercept-message pattern="/user/**" access="authenticated"/>
+<websocket-message-broker use-authorization-manager="true"> <!--1--> <!--2-->
+ <intercept-message pattern="/user/**" access="authenticated"/> <!--3-->
77
</websocket-message-broker>
78
79
0 commit comments