BAEL-2702 fix: typo => failing SpringContextIntegrationTest

This commit is contained in:
cror 2019-01-28 18:20:21 +01:00
parent f3faf9234e
commit bb6c78f07b
1 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@
</http>
<beans:bean class="org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler" name="awareAuthenticationSuccessHandler"/>
<beans:bean class="org.baeldung.security.RefererAuthenticationSuccessHandler" name="refererHandler"/>
<beans:bean class="com.baeldung.security.RefererAuthenticationSuccessHandler" name="refererHandler"/>
<authentication-manager>
<authentication-provider>
@ -26,4 +26,3 @@
</beans:beans>