mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-24 13:02:13 +00:00
Merge branch '6.1.x'
This commit is contained in:
commit
15d9b7824c
@ -476,7 +476,7 @@ public abstract class AbstractRequestMatcherRegistry<C> {
|
|||||||
this.description.set(matcher.toString());
|
this.description.set(matcher.toString());
|
||||||
return matcher;
|
return matcher;
|
||||||
});
|
});
|
||||||
this.description.set("Deferred " + candidates);
|
this.description.set("Deferred " + Arrays.toString(candidates));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user