szetszwo opened a new pull request, #10349: URL: https://github.com/apache/ozone/pull/10349
## What changes were proposed in this pull request? The original StringCodec use StringUtils to decode. Therefore, the new StringCodec supports falling back to StringUtils for compatibility. When we use StringCodec in a new Codec (e.g. OmMultipartPartKeyCodec), it should not support fallback anymore. ## What is the link to the Apache JIRA HDDS-15355 ## How was this patch tested? Added a new test (copied the malformed UTF8 from https://github.com/apache/ozone/pull/10347). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
