Browse Source

Polishing

See gh-31975
pull/32145/head
Sébastien Deleuze 2 years ago
parent
commit
0c6957e395
  1. 2
      spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java

2
spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java

@ -210,7 +210,7 @@ public class CorsConfiguration { @@ -210,7 +210,7 @@ public class CorsConfiguration {
* matched origin and not to {@code "*"} nor to the pattern.
* Therefore, {@code allowedOriginPatterns} can be used in combination with
* {@link #setAllowCredentials} and {@link #setAllowPrivateNetwork} set to
* {@code true}
* {@code true}.
* <p>By default this is not set.
* @since 5.3
*/

Loading…
Cancel
Save