Hi,
I am using spring security 3.0.5 with X509 certificates. I have a programatic way of checking the CRL and would like to execute it before my loadUser method is called but after spring security is invoked. Any thoughts? I realize this type of cert checking is usually done by the container but that may not be an option.
Thanks
