Polish CorsConfiguration

Closes gh-33650
This commit is contained in:
Khyojun 2024-10-04 20:28:24 +09:00 committed by Sébastien Deleuze
parent f1cbbd2aa8
commit f86bc1cbe8
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class CorsConfiguration {
private static final List<String> ALL_LIST = Collections.singletonList(ALL);
private static final OriginPattern ALL_PATTERN = new OriginPattern("*");
private static final OriginPattern ALL_PATTERN = new OriginPattern(ALL);
private static final List<OriginPattern> ALL_PATTERN_LIST = Collections.singletonList(ALL_PATTERN);