Explorar o código

Use SpringCacheBasedTicketCache

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Tran Ngoc Nhan hai 4 meses
pai
achega
ee84d37435
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/modules/ROOT/pages/servlet/authentication/cas.adoc

+ 1 - 1
docs/modules/ROOT/pages/servlet/authentication/cas.adoc

@@ -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">