SEC-98: Correct concurrentSessionController code example.
This commit is contained in:
parent
58b8b840b3
commit
31531b3952
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue