Преглед на файлове

Fix title render issue of Digest Authentication document

Closes gh-11272
sKai.fun преди 3 години
родител
ревизия
a3e996a66b
променени са 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`.