浏览代码

SEC-1905: Added para tag to the digest encoded password footnote

Rob Winch 13 年之前
父节点
当前提交
b196d70f99
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/manual/src/docbook/basic-and-digest-auth.xml

+ 3 - 3
docs/manual/src/docbook/basic-and-digest-auth.xml

@@ -138,11 +138,11 @@
             <para>The configured <interfacename>UserDetailsService</interfacename> is needed because
                 <literal>DigestAuthenticationFilter</literal> must have direct access to the clear
                 text password of a user. Digest Authentication will NOT work if you are using
-                encoded passwords in your DAO <footnote>It is possible to encode the password in the
+                encoded passwords in your DAO <footnote><para>It is possible to encode the password in the
                 format HEX( MD5(username:realm:password) ) provided the
                 <code>DigestAuthenticationFilter.passwordAlreadyEncoded</code> is set to <code>true</code>.
-                However, other password encodings will not work with digest authentication.</footnote>. The DAO
-                collaborator, along with the <literal>UserCache</literal>, are typically shared directly
+                However, other password encodings will not work with digest authentication.</para></footnote>.
+                The DAO collaborator, along with the <literal>UserCache</literal>, are typically shared directly
                 with a <classname>DaoAuthenticationProvider</classname>. The
                 <literal>authenticationEntryPoint</literal> property must be
                 <classname>DigestAuthenticationEntryPoint</classname>, so that