yyqdbngt opened a new issue, #2557: URL: https://github.com/apache/rocketmq-dashboard/issues/2557
## Problem The queue browser endpoint validates topic and broker name but forwards negative `queueId` and `offset` values to the RocketMQ provider. Invalid coordinates therefore reach the external client and surface as provider failures instead of a deterministic 400 response. ## Proposed fix Reject negative queue IDs and offsets in `MessageService` before invoking the provider, with regression coverage proving that invalid requests do not cross the provider boundary. -- 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]
