From d4d940e6e30c1219f54e83d371abd0efc44ccdcb Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Fri, 6 Dec 2019 12:02:22 -0600 Subject: [PATCH] Add missing backtick in WebSocket documentation Closes gh-24155 --- src/docs/asciidoc/web/websocket.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/websocket.adoc b/src/docs/asciidoc/web/websocket.adoc index feaebc0d3c..9750605910 100644 --- a/src/docs/asciidoc/web/websocket.adoc +++ b/src/docs/asciidoc/web/websocket.adoc @@ -1592,7 +1592,7 @@ in both the XML namespace and Java configuration as the `systemLogin` and The STOMP broker relay also creates a separate TCP connection for every connected WebSocket client. You can configure the STOMP credentials that are used for all TCP connections created on behalf of clients. This is exposed in both the XML namespace -and Java configuration as the `clientLogin and `clientPasscode` properties with default +and Java configuration as the `clientLogin` and `clientPasscode` properties with default values of `guest`and `guest`. NOTE: The STOMP broker relay always sets the `login` and `passcode` headers on every `CONNECT`