Skip to content

Commit ee84d37

Browse files
ngocnhan-tran1996jzheaux
authored andcommitted
Use SpringCacheBasedTicketCache
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 455a2ec commit ee84d37

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/servlet/authentication

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authentication/cas.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ You can find an example of the updates required to accept all proxies below.
448448
</bean>
449449
</property>
450450
<property name="statelessTicketCache">
451-
<bean class="org.springframework.security.cas.authentication.EhCacheBasedTicketCache">
451+
<bean class="org.springframework.security.cas.authentication.SpringCacheBasedTicketCache">
452452
<property name="cache">
453453
<bean class="net.sf.ehcache.Cache"
454454
init-method="initialise" destroy-method="dispose">

0 commit comments

Comments
 (0)