BAEL-2702 fix: typo => failing SpringContextIntegrationTest
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
</http>
|
</http>
|
||||||
|
|
||||||
<beans:bean class="org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler" name="awareAuthenticationSuccessHandler"/>
|
<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-manager>
|
||||||
<authentication-provider>
|
<authentication-provider>
|
||||||
@@ -26,4 +26,3 @@
|
|||||||
|
|
||||||
|
|
||||||
</beans:beans>
|
</beans:beans>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user