瀏覽代碼

Corrected config error in concurrent session docs.

Luke Taylor 15 年之前
父節點
當前提交
b53af68215
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/manual/src/docbook/session-mgmt.xml

+ 2 - 2
docs/manual/src/docbook/session-mgmt.xml

@@ -112,8 +112,8 @@
   </beans:bean>
   
   <beans:bean id="sas" 
-      class="org.springframework.security.web.session.ConcurrentSessionControlStrategy">
-    <beans:property name="sessionRegistry" ref="sessionRegistry" />
+      class="org.springframework.security.web.authentication.session.ConcurrentSessionControlStrategy">
+    <beans:constructor-arg name="sessionRegistry" ref="sessionRegistry" />
     <beans:property name="maximumSessions" value="1" />
   </beans:bean>