|
|
|
@ -448,7 +448,7 @@ You can find an example of the updates required to accept all proxies below. |
|
|
|
</bean> |
|
|
|
</bean> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="statelessTicketCache"> |
|
|
|
<property name="statelessTicketCache"> |
|
|
|
<bean class="org.springframework.security.cas.authentication.EhCacheBasedTicketCache"> |
|
|
|
<bean class="org.springframework.security.cas.authentication.SpringCacheBasedTicketCache"> |
|
|
|
<property name="cache"> |
|
|
|
<property name="cache"> |
|
|
|
<bean class="net.sf.ehcache.Cache" |
|
|
|
<bean class="net.sf.ehcache.Cache" |
|
|
|
init-method="initialise" destroy-method="dispose"> |
|
|
|
init-method="initialise" destroy-method="dispose"> |
|
|
|
|