SEC-2095: Fix Servlet API doc ids

This commit is contained in:
Rob Winch 2013-08-30 13:10:32 -05:00
parent fc16450344
commit 98fe2322cd
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ new Thread("AsyncThread") {
<section xml:id="servletapi-31">
<title>Servlet 3.1+ Integration</title>
<para>The following section describes the Servlet 3.1 methods that Spring Security integrates with.</para>
<section xml:id="servletapi-authenticate">
<section xml:id="servletapi-change-session-id">
<title>HttpServletRequest#changeSessionId()</title>
<para>The <link xlink:href="http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletRequest.html#changeSessionId()">HttpServletRequest.changeSessionId()</link>
is the default method for protecting against <link linkend="ns-session-fixation">Session Fixation</link> attacks in Servlet 3.1 and higher.</para>