Fixed missing section closing tag

This commit is contained in:
Luke Taylor 2008-08-07 15:21:25 +00:00
parent 42af39a59e
commit 2d0b594a97

View File

@ -196,7 +196,9 @@
<classname>InMemoryDaoImpl</classname>. A <literal>ProviderManager</literal> <classname>InMemoryDaoImpl</classname>. A <literal>ProviderManager</literal>
bean is always created by the namespace processing system and the bean is always created by the namespace processing system and the
<classname>DaoAuthenticationProvider</classname> <classname>DaoAuthenticationProvider</classname>
is automatically registered with it.</para> is automatically registered with it. You can find more detailed
information on the beans that are created in the <link xlink:href="#appendix-namespace">namespace appendix</link>.
</para>
</sidebar> </sidebar>
<para> <para>
The configuration above defines two users, their passwords and their roles within the application (which will The configuration above defines two users, their passwords and their roles within the application (which will
@ -304,6 +306,7 @@
</section> </section>
</section> </section>
</section>
<section xml:id="ns-auth-providers"> <section xml:id="ns-auth-providers">
<title>Using other Authentication Providers</title> <title>Using other Authentication Providers</title>
<para> <para>