From 131078dcae33f90943f74800092995f47b20728e Mon Sep 17 00:00:00 2001 From: heqiang <531364804@qq.com> Date: Tue, 21 Sep 2021 10:03:42 +0800 Subject: [PATCH] Fix typo in digest.adoc Closes gh-10304 --- .../asciidoc/_includes/servlet/authentication/unpwd/digest.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/servlet/authentication/unpwd/digest.adoc b/docs/manual/src/docs/asciidoc/_includes/servlet/authentication/unpwd/digest.adoc index 603db7d93d..3503f3f21c 100644 --- a/docs/manual/src/docs/asciidoc/_includes/servlet/authentication/unpwd/digest.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/servlet/authentication/unpwd/digest.adoc @@ -34,7 +34,7 @@ key: A private key to prevent modification of the nonce token ---- ==== -You will need to ensure you <> insecure plain text <> using NoOpPasswordEncoder`. +You will need to ensure you <> insecure plain text <> using `NoOpPasswordEncoder`. The following provides an example of configuring Digest Authentication with Java Configuration: .Digest Authentication