浏览代码

Fix title render issue of Digest Authentication document

Closes gh-11272
sKai.fun 3 年之前
父节点
当前提交
953b54f63d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/ROOT/pages/servlet/authentication/passwords/digest.adoc

+ 1 - 1
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`.