Knotx / Knotx/knotx-server-http
KnotxServer response configuration
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Should setting "allowedResponseHeaders" to wildcard result in all headers being allowed?
This approach works in "allowedRequestHeaders" section of HttpRepositoryConnector configuration.
Example:
`"knotx:io.knotx.KnotxServer": {
"options": {
"config": {
"allowedResponseHeaders": [
"*"
], ...
}
}
}`
Contributor guide
Research direction
Start at the KnotxServer configuration handling for allowedResponseHeaders and compare it with the existing allowedRequestHeaders wildcard behavior. Verify whether "*" permits all response headers, and add or update coverage so the intended wildcard behavior is demonstrated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend, networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100