Skip to content

Commit 3130acf

Browse files
Fix Docs: escape asterisk
1 parent 686665a commit 3130acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/antora/modules/ROOT/pages/amqp/abstractions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ IMPORTANT: Starting with versions `1.5.7`, `1.6.11`, `1.7.4`, and `2.0.0`, if a
5353
This is to prevent unsafe deserialization.
5454
By default, only `java.util` and `java.lang` classes are deserialized.
5555
To revert to the previous behavior, you can add allowable class/package patterns by invoking `Message.addAllowedListPatterns(...)`.
56-
A simple `*` wildcard is supported, for example `com.something.*, *.MyClass`.
56+
A simple `\*` wildcard is supported, for example `com.something.*, *.MyClass`.
5757
Bodies that cannot be deserialized are represented by `byte[<size>]` in log messages.
5858

5959
[[exchange]]

0 commit comments

Comments
 (0)