I am using Spring Security 3.0 with JSPs. I have created a RequireVerificationFilter that redirects unverified users to a \"verify your email\" page.
I added the fi
You should use org.springframework.security.web.FilterChainProxy for this. the attribute filter should only containts none:
org.springframework.security.web.FilterChainProxy
none