From 6b1d5ec6aeb56425f28fef5586f8aad8a13b141b Mon Sep 17 00:00:00 2001 From: "sKai.fun" Date: Fri, 27 May 2022 02:17:10 +0000 Subject: [PATCH] Fix title render issue of Digest Authentication document Closes gh-11272 --- .../ROOT/pages/servlet/authentication/passwords/digest.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/authentication/passwords/digest.adoc b/docs/modules/ROOT/pages/servlet/authentication/passwords/digest.adoc index ce26e2770b..984c54b2d6 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/passwords/digest.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/passwords/digest.adoc @@ -1,4 +1,4 @@ -**[[**servlet-authentication-digest]] +[[servlet-authentication-digest]] = Digest Authentication This section provides details on how Spring Security provides support for https://tools.ietf.org/html/rfc2617[Digest Authentication], which is provided `DigestAuthenticationFilter`.