We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cbbd2 commit f86bc1cCopy full SHA for f86bc1c
spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java
@@ -56,7 +56,7 @@ public class CorsConfiguration {
56
57
private static final List<String> ALL_LIST = Collections.singletonList(ALL);
58
59
- private static final OriginPattern ALL_PATTERN = new OriginPattern("*");
+ private static final OriginPattern ALL_PATTERN = new OriginPattern(ALL);
60
61
private static final List<OriginPattern> ALL_PATTERN_LIST = Collections.singletonList(ALL_PATTERN);
62
0 commit comments