From a3e996a66bd5b9f12b52d83d9babc6bd5bb8b22f 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 05c8f08f71..2e1b240c0c 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`.