btlqql opened a new pull request, #3213: URL: https://github.com/apache/rocketmq-dashboard/pull/3213
## Summary - scope stored message-query result lookup to the authenticated operator - return the existing not-found response when a record belongs to another operator - add regression coverage for owned and cross-operator result access ## Why History list and summary queries already filter on `queried_by`, but the result snapshot endpoint previously loaded records by primary key alone. A signed-in user who learned another record ID could therefore retrieve that operator's stored message metadata. ## Testing - `mvn -Dmaven.repo.local=D:\taiyi-maven-cache -Dtest=QueryHistoryServiceTest test` (passes) - Full server suite was attempted on Windows: 2037 tests ran; unrelated existing CLI-agent shell assumptions and `AliyunInstanceProviderTest.getGroupProgressShouldMapLagRowsTest` failed. -- 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]
