rich7420 opened a new pull request, #9521: URL: https://github.com/apache/ozone/pull/9521
## What changes were proposed in this pull request? This PR unified the duplicated isValidKeyPath validation logic between OzoneFSUtils and OMClientRequest by extracting the common path validation into a shared private method validateKeyPathComponents, and made OMClientRequest.isValidKeyPath delegate to OzoneFSUtils.isValidKeyPath to remove code duplication. ## What is the link to the Apache JIRA [HDDS-13444](https://issues.apache.org/jira/browse/HDDS-13444) ## How was this patch tested? https://github.com/rich7420/ozone/actions/runs/20323872107 -- 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]
