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]>
- Loading branch information