Skip to content

Commit d958787

Browse files
committed
Merge branch '6.0.x' into 6.1.x
2 parents aa1a022 + 12f074b commit d958787

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)