浏览代码

SEC-1598: Removed invalid properties from SessionFixationProtectionStrategy bean declaration in Session Management chapter docbook.

Luke Taylor 15 年之前
父节点
当前提交
36f008643d
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      docs/manual/src/docbook/session-mgmt.xml

+ 1 - 4
docs/manual/src/docbook/session-mgmt.xml

@@ -50,10 +50,7 @@
   </beans:bean>
 
   <beans:bean id="sas"
-      class="org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy">
-    <beans:property name="sessionRegistry" ref="sessionRegistry" />
-    <beans:property name="maximumSessions" value="1" />
-  </beans:bean>
+      class="org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy"/>
 ]]>
       </programlisting></para>
   </section>