1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Use SpringCacheBasedTicketCache

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-03-29 20:48:47 +07:00
committed by Josh Cummings
parent 455a2ecbcf
commit ee84d37435
@@ -448,7 +448,7 @@ You can find an example of the updates required to accept all proxies below.
</bean>
</property>
<property name="statelessTicketCache">
<bean class="org.springframework.security.cas.authentication.EhCacheBasedTicketCache">
<bean class="org.springframework.security.cas.authentication.SpringCacheBasedTicketCache">
<property name="cache">
<bean class="net.sf.ehcache.Cache"
init-method="initialise" destroy-method="dispose">