fulln opened a new issue, #4365: URL: https://github.com/apache/rocketmq/issues/4365
The ACL configuration file (folder) path is maintained in ACL PlainPermissionManager, which is currently simply recorded in String and referenced in several Maps. The path String needs to be optimized to avoid "~/path1", "~//path1", "~/path1/." being treated as different paths. Generally, fixing an issue goes through the following steps: 1. add fixed code 2. add unit test -- 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]
