Remove reference to old caching configuration property.
This commit is contained in:
parent
2d2a55fb20
commit
b9b176da82
|
@ -885,7 +885,6 @@
|
|||
|
||||
<para><programlisting><bean id="daoAuthenticationProvider" class="net.sf.acegisecurity.providers.dao.DaoAuthenticationProvider">
|
||||
<property name="authenticationDao"><ref bean="inMemoryDaoImpl"/></property>
|
||||
<property name="refreshTokenInterval"><value>60000</value></property>
|
||||
<property name="saltSource"><ref bean="saltSource"/></property>
|
||||
<property name="passwordEncoder"><ref bean="passwordEncoder"/></property>
|
||||
</bean></programlisting></para>
|
||||
|
|
Loading…
Reference in New Issue