This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
CORS Feature in 8.1.1 #498
Closed
Description
Describe the bug
The CORS feature seems not to work, even when specifying wildcard operator. Seems like org/springframework/web/cors/CorsConfiguration.java
is calling getAllowedOrigins()
before the value is initialized by setAllowedOrigins()
.
Expected behavior
CORS settings are are applied