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 8d51fc0 commit 0c6957eCopy full SHA for 0c6957e
spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java
@@ -210,7 +210,7 @@ else if (this.allowedOrigins == DEFAULT_PERMIT_ALL && CollectionUtils.isEmpty(th
210
* matched origin and not to {@code "*"} nor to the pattern.
211
* Therefore, {@code allowedOriginPatterns} can be used in combination with
212
* {@link #setAllowCredentials} and {@link #setAllowPrivateNetwork} set to
213
- * {@code true}
+ * {@code true}.
214
* <p>By default this is not set.
215
* @since 5.3
216
*/
0 commit comments