apache / apache/apisix-java-plugin-runner
bug: content-type reset to text / plain after the postFilter stage
Open
- Dominant language
- Java
- Stars
- 152
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
When implementing the postFilter stage,
the **postResponse.setHeader** ("_content-type_", _"some value"_) method is not taken into account.
The content-type returned to the client is always "**text / plain**".
The problem concerns only and exclusively this header.
For others it works.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.