mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-04-04 16:32:44 +00:00
Previously the error message when multiple WebSecurityConfigurer with the same Order did not include both WebSecurityConfigurer classes that were involved in the duplicate Order. This made resolving errors difficult. This commit ensures both WebSecurityConfigurers are include in the error message. Fixes gh-3380