Hello Everyone,

I want to implement my own Authentication Mechanism. Here i will be using my Own Authentication Server for checking up the Credentials.
I have implemented AbstractProcessingFilter interface.
I have specified the URL "/j_spring_security_check" for authentication process.
And in getDefaultFilterProcessesUrl i am returning the same URL.
But than also attemptAuthenticate method is not being called. Can anyone please tell me what wrong i am doing?
Please free to clear any queries.


Thanks,
Tarun Khandelwal