SEC-2291: Fix internal links within reference
Instead of using xlink:href="# use linkend="
This commit is contained in:
@@ -286,7 +286,7 @@
|
||||
<answer>
|
||||
<para>
|
||||
Note that the permissions for an LDAP directory often do not allow you to read the password
|
||||
for a user. Hence it is often not possible to use the <link xlink:href="#faq-what-is-userdetailservice"><interfacename>UserDetailsService</interfacename>
|
||||
for a user. Hence it is often not possible to use the <link linkend="faq-what-is-userdetailservice"><interfacename>UserDetailsService</interfacename>
|
||||
approach</link> where Spring Security compares the stored password with the one submitted by the user.
|
||||
The most common approach is to use LDAP <quote>bind</quote>, which is one of the operations
|
||||
supported by <link xlink:href="http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol">the LDAP protocol</link>.
|
||||
@@ -656,7 +656,7 @@
|
||||
a <interfacename>UserDetailsService</interfacename> to allow it to load
|
||||
the password (and other data) for a user in order to compare it with the
|
||||
submitted value. Note that if you are using LDAP,
|
||||
<link xlink:href="#faq-ldap-authentication">this approach may not work</link>.</para>
|
||||
<link linkend="faq-ldap-authentication">this approach may not work</link>.</para>
|
||||
<para> If you want to customize the authentication process then you should
|
||||
implement <interfacename>AuthenticationProvider</interfacename>
|
||||
yourself. See this <link
|
||||
@@ -766,7 +766,7 @@
|
||||
</question>
|
||||
<answer>
|
||||
<para>You can't (and shouldn't). You are probably misunderstanding its purpose.
|
||||
See <quote><link xlink:href="#faq-what-is-userdetailservice">What is a UserDetailsService?</link></quote>
|
||||
See <quote><link linkend="faq-what-is-userdetailservice">What is a UserDetailsService?</link></quote>
|
||||
above.
|
||||
</para>
|
||||
</answer>
|
||||
@@ -909,7 +909,7 @@
|
||||
>Spring Reference Manual</link>. In order to do this, you need to know a
|
||||
bit about which beans are created, so you should also read the blog
|
||||
article in the above question on <link
|
||||
xlink:href="#faq-namespace-to-bean-mapping">how the namespace maps to
|
||||
linkend="faq-namespace-to-bean-mapping">how the namespace maps to
|
||||
Spring beans</link>. </para>
|
||||
<para> Normally, you would add the functionality you require to the
|
||||
<methodname>postProcessBeforeInitialization</methodname> method of
|
||||
|
||||
Reference in New Issue
Block a user