I am trying to implement Spring Security 3.0 with remember-me feature.
But i am getting the below exception on starting the
tomcat server:
The matching wildcard is strict, but no declaration can be found for element 'remember-me'.
please find below my security config file:
following jars are included in the lib directory:
please tell me, where i am going wrong.