btlqql opened a new issue, #2559: URL: https://github.com/apache/rocketmq-dashboard/issues/2559
## Problem Plain ACL account upserts replace the stored per-resource rules, but malformed `topicPerms` or `groupPerms` entries are silently skipped after the account mutation begins. A typo such as `orders-PUB` can therefore produce a successful response while dropping the previous permission rule. ## Proposed fix Validate every permission entry uses a non-blank `resource=permission` structure before any mapper read or write, return a clear 400 error with the failing field/index, and add repository regression coverage proving malformed input causes no database interaction. -- 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]
