Skip to content

Commit 15d9b78

Browse files
committed
Merge branch '6.1.x'
2 parents 4131a38 + d958787 commit 15d9b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/AbstractRequestMatcherRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ static class DeferredRequestMatcher implements RequestMatcher {
476476
this.description.set(matcher.toString());
477477
return matcher;
478478
});
479-
this.description.set("Deferred " + candidates);
479+
this.description.set("Deferred " + Arrays.toString(candidates));
480480
}
481481

482482
@Override

0 commit comments

Comments
 (0)