Corrections to session mgmt chapter

This commit is contained in:
Luke Taylor 2009-12-08 01:47:36 +00:00
parent 131edf7a07
commit a361f1c926
1 changed files with 2 additions and 2 deletions

View File

@ -106,9 +106,9 @@
</beans:bean>
<beans:bean id="myAuthFilter"
class="org.springframework.security.web.authentcation.UsernamePasswordAuthenticationFilter">
class="org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter">
<beans:property name="sessionAuthenticationStrategy" ref="sas" />
...
<beans:property name="authenticationManager" ref="authenticationManager" />
</beans:bean>
<beans:bean id="sas"