mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-05-11 18:11:39 +00:00
When either `web.ignoring().mvcMatchers(...)` or `web.ignoring().antMatchers(...)` methods are used, for all their variations, the DefaultSecurityFilterChain class now indicates correctly through its ouput what paths are ignored according the `ignoring()` settings. Closes gh-9334