security work

This commit is contained in:
eugenp
2013-06-02 19:10:14 +03:00
parent a2e7741d75
commit e5e92b6ae0
8 changed files with 47 additions and 38 deletions
@@ -17,7 +17,7 @@
<beans:bean id="mySuccessHandler" class="org.baeldung.security.MySavedRequestAwareAuthenticationSuccessHandler" />
<authentication-manager alias="authenticationManager">
<authentication-manager>
<authentication-provider ref="customAuthenticationProvider" />
</authentication-manager>