Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.1.1
-
None
Description
When configuring the Tee filter we ran into an issue where the wrong character encoding is used when writing to the response. The fix is to simply use the correct character encoding when constructing the printwriter in the ResponseWrapper
Pull request that fixes the issue :https://github.com/qos-ch/logback/pull/224