UsernamePasswordAuthenticationFilte « Security « Spring Q&A





1. Configure Spring Security to use custom UsernamePasswordAuthenticationFilter    stackoverflow.com

I have implemented my own LowerCaseUsernamePasswordAuthenticationFilter that is just a subclass of UsernamePasswordAuthenticationFilter. But now my problem is, how to configure Spring security to use this filter. Up to now I used:

<security:http auto-config="true" ...