1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Corrections to session mgmt chapter

This commit is contained in:
Luke Taylor
2009-12-08 01:47:36 +00:00
parent 131edf7a07
commit a361f1c926
+2 -2
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"