Hi,
I'm using spring sec 3.0. When I set up a X509AuthenticationFilter via <sec:x509 user-service-ref="userDetailsService" subject-principal-regex="CN=(.*?)," /> and the X509PrincipalExtractor cannot extract the principal from the certificate an exception is thrown and the auth filter chains stops processing.
Shouldn't continueFilterChainOnUnsuccessfulAuthentication step in here and if set to true continue to process the chain?
How can I handle this situation?
Thank you


Reply With Quote
