ch4mpy / spring-addons

Ease spring OAuth2 resource-servers configuration and testing
Apache License 2.0
557 stars 90 forks source link

Have one CORS config per CORS path #42

Closed ch4mpy closed 2 years ago

ch4mpy commented 2 years ago

Same CORS config is applied to all CORS path, wich is limited and doesn't match to Spring model.

Would be better to have an array of CORS configuration properties, one per CORS path.