We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455a2ec commit ee84d37Copy full SHA for ee84d37
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.
448
</bean>
449
</property>
450
<property name="statelessTicketCache">
451
- <bean class="org.springframework.security.cas.authentication.EhCacheBasedTicketCache">
+ <bean class="org.springframework.security.cas.authentication.SpringCacheBasedTicketCache">
452
<property name="cache">
453
<bean class="net.sf.ehcache.Cache"
454
init-method="initialise" destroy-method="dispose">
0 commit comments