浏览代码

SEC-2095: Fix Servlet API doc ids

Rob Winch 12 年之前
父节点
当前提交
98fe2322cd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/src/docbook/servlet-api.xml

+ 1 - 1
docs/manual/src/docbook/servlet-api.xml

@@ -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>