Skip to content

Commit

Permalink
Polish CorsConfiguration
Browse files Browse the repository at this point in the history
Closes gh-33650
  • Loading branch information
khyojun authored and sdeleuze committed Oct 7, 2024
1 parent f1cbbd2 commit f86bc1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f86bc1c

Please sign in to comment.