Glavo opened a new pull request #248: URL: https://github.com/apache/commons-compress/pull/248
`CharsetEncoder` is not thread safe. Due to shared `PASSWORD_ENCODER`, problems may occur when encoding 7z file passwords in parallel (e.g. the BOM is not written correctly). It doesn't seem very common to encode the 7z file password. I don't think it's necessary to use `ThreadLocal` for caching. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
