Escape new '{reference}' elements in asciidoc
See gh-17387
This commit is contained in:
@@ -3471,7 +3471,7 @@ The following code shows a typical `@Controller`:
|
||||
// ...
|
||||
}
|
||||
|
||||
@MessageMapping("users.{user}.info")
|
||||
@MessageMapping("users.\{user}.info")
|
||||
Mono<ChatUserInfo> getUserInfo(@DestinationVariable String user) {
|
||||
// ...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user