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" ...