mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Polish RequestMatcher Description
Issue gh-13794
This commit is contained in:
parent
4ca54683ae
commit
d961307044
@ -594,7 +594,7 @@ public abstract class AbstractRequestMatcherRegistry<C> {
|
||||
this.description.set(matcher.toString());
|
||||
return matcher;
|
||||
});
|
||||
this.description.set("Deferred " + candidates);
|
||||
this.description.set("Deferred " + Arrays.toString(candidates));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user