Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Invalid characters (CR/LF) in response header caused by customi…
…zed Jackson ObjectMapper Due to the fact that a user can customize the Jackson ObjectMapper bean (e.g. spring.jackson.serialization.indent-output=true) in Spring Boot, this leads to unwanted errors when it comes to serializing. Therefore, we no longer rely on this ObjectMapper.
- Loading branch information