mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 20:09:18 +00:00
Invert Log Messages
Closes gh-10909
This commit is contained in:
parent
6dbd88a5a4
commit
20d21f8eeb
@ -48,7 +48,7 @@ public final class DefaultSecurityFilterChain implements SecurityFilterChain {
|
||||
}
|
||||
|
||||
public DefaultSecurityFilterChain(RequestMatcher requestMatcher, List<Filter> filters) {
|
||||
if (!filters.isEmpty()) {
|
||||
if (filters.isEmpty()) {
|
||||
logger.info(LogMessage.format("Will not secure %s", requestMatcher));
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user