yyqdbngt opened a new pull request, #2809: URL: https://github.com/apache/rocketmq-dashboard/pull/2809
## Summary - validate every selected DLQ message ID instead of only validating the list size - reject empty and whitespace-only IDs before invoking the provider - add controller-level regression coverage ## Why A syntactically non-empty selection such as `[" "]` passed request validation and reached the resend provider with an unusable message identifier. ## Testing - `JAVA_HOME=/opt/homebrew/opt/openjdk@21 PATH=/opt/homebrew/opt/openjdk@21/bin:$PATH ./mvnw -f server/pom.xml -Dtest=DLQControllerTest 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]
