mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
Previously DefaultLoginPageGeneratingFilter would match on /**/login which was not ideal since other parts of the application may want to match on the URL. Now it matches on /login.