We are trying to introduce Spring Security 4.0.2 into a Spring MVC application which uses Spring 4.2.3 but also is running on servlet 2.5. I am having trouble configuring Security:
Caused by: java.lang.ClassNotFoundException: javax.servlet.FilterRegistration$Dynamic
I believe this class is only in Servlet 3.0. Is it possible to use Spring Security 4.0 with Servlet 2.5? Or should we regress to Security 3.2?