gentics / gentics/mesh

CORS Config Errors Not Logged

Open
#541 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.