Aias00 opened a new issue, #1661: URL: https://github.com/apache/rocketmq-dashboard/issues/1661
## Problem `AclService.isValidAcl2BoundType()` uses `String.toUpperCase()` without an explicit locale. On locale-sensitive JVMs such as Turkish, valid lower-case input can normalize unexpectedly and be rejected. ## Expected behavior Normalize protocol tokens with `Locale.ROOT` and add a regression test under a Turkish default locale. ## Track Track 1 / ACL management correctness. -- 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]
