mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-05-03 03:45:28 +01:00
9d0085bb64
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.