Fix title render issue of Digest Authentication document

Closes gh-11272
This commit is contained in:
sKai.fun 2022-05-27 02:17:10 +00:00 committed by Rob Winch
parent 0c31cb21dc
commit a3e996a66b
1 changed files with 1 additions and 1 deletions

View File

@ -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`.