From 2e83d98c8ffc5500f081d8f75022aa15be6c7b81 Mon Sep 17 00:00:00 2001 From: Florian Fankhauser Date: Sat, 9 Jul 2011 19:11:54 -0500 Subject: [PATCH] SEC-1776: Corrected typo in manual --- docs/manual/src/docbook/appendix-namespace.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml index 2bdfc09194..e6ae087d05 100644 --- a/docs/manual/src/docbook/appendix-namespace.xml +++ b/docs/manual/src/docbook/appendix-namespace.xml @@ -400,7 +400,7 @@ a new session and copy the session attributes to the new session. Defaults to "migrateSession". If session fixation protection is enabled, the - SessionManagementFilter is inected with a appropriately + SessionManagementFilter is injected with an appropriately configured DefaultSessionAuthenticationStrategy. See the Javadoc for this class for more details.