mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-22 14:24:48 +00:00
Previously itest/web used Servlet 2.5 which Spring 5 is not compatabile with. This commit removes unnecessary tests (ones that were already covered) and converts the remaining tests to MockMvc using the provided servlet version. Issue gh-4080