Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not log complete stream. (#2258)
Log the hashCode instead of toString to avoid dumping all the file content in memory and in log because of https://github.com/apache/cxf/blob/main/core/src/main/java/org/apache/cxf/io/CachedOutputStream.java#L423 This cause OOM on our app.
- Loading branch information