Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude sensitive info from the jackson serialization stacktraces (#3195
) If Jackson can't parse JSON body it throws `IOException` which contains the whole request body including hashes, passwords and so on. This property was added in 2.9 version, so the body will be excluded from logs. Instead, Jackson adds `UNKNOWN` for the source and provides the property name it can't parse. Signed-off-by: Andrey Pleskach <[email protected]> (cherry picked from commit 0d915e2) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information