SEC-1776: Corrected typo in manual

This commit is contained in:
Florian Fankhauser 2011-07-09 19:11:54 -05:00 committed by Rob Winch
parent 825f0061fb
commit 2e83d98c8f
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@
a new session and copy the session attributes to the new session. Defaults to a new session and copy the session attributes to the new session. Defaults to
"migrateSession".</para> "migrateSession".</para>
<para> If session fixation protection is enabled, the <para> If session fixation protection is enabled, the
<classname>SessionManagementFilter</classname> is inected with a appropriately <classname>SessionManagementFilter</classname> is injected with an appropriately
configured <classname>DefaultSessionAuthenticationStrategy</classname>. See the configured <classname>DefaultSessionAuthenticationStrategy</classname>. See the
Javadoc for this class for more details. </para> Javadoc for this class for more details. </para>
</section> </section>