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.