瀏覽代碼

SEC-98: Correct concurrentSessionController code example.

Ben Alex 20 年之前
父節點
當前提交
31531b3952
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/docbook/acegi.xml

+ 1 - 1
doc/docbook/acegi.xml

@@ -1257,7 +1257,7 @@ public aspect DomainObjectInstanceSecurityAspect implements InitializingBean {
 </bean>
 
 <bean id="concurrentSessionController" class="org.acegisecurity.concurrent.ConcurrentSessionControllerImpl">
-  <property name="maxSessions"><value>1</value></property>
+  <property name="maximumSessions"><value>1</value></property>
   <property name="sessionRegistry"><ref local="sessionRegistry"/></property>
 </bean>