yyqdbngt opened a new pull request, #2414: URL: https://github.com/apache/rocketmq-dashboard/pull/2414
## Summary - require externally supplied database entity IDs to be greater than zero - return a uniform HTTP 400 error for zero and negative identifiers - retain trimmed positive-ID parsing and overflow handling ## Why These IDs target unsigned auto-increment primary keys. Accepting zero or negative values sends impossible identifiers into credential and ACL repository operations instead of rejecting the request boundary. ## Tests - `mvn -q -f server/pom.xml -Dtest=EntityIdsTest 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]
