From 98fe2322cd6f90623d13483dbebfeec0c065dda9 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 30 Aug 2013 13:10:32 -0500 Subject: [PATCH] SEC-2095: Fix Servlet API doc ids --- docs/manual/src/docbook/servlet-api.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docbook/servlet-api.xml b/docs/manual/src/docbook/servlet-api.xml index 9f5db6c036..fa810ef58e 100644 --- a/docs/manual/src/docbook/servlet-api.xml +++ b/docs/manual/src/docbook/servlet-api.xml @@ -158,7 +158,7 @@ new Thread("AsyncThread") {
Servlet 3.1+ Integration The following section describes the Servlet 3.1 methods that Spring Security integrates with. -
+
HttpServletRequest#changeSessionId() The HttpServletRequest.changeSessionId() is the default method for protecting against Session Fixation attacks in Servlet 3.1 and higher.