CORS Config Errors Not Logged
Open
bug
minor
- Dominant language
- Java
- Stars
- 593
- Forks
- 123
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 4
Description
CORS config errors may throw `throw new IllegalStateException("wildcard origin with credentials is not allowed");` but that error is not logged during startup. Instead the startup process just freezes.
Possible config:
```
enableCors: false
corsAllowedOriginPattern: ""
corsAllowCredentials: false
```
Contributor guide
Assessment
This issue has not been assessed yet.