RockteMQ-AI commented on issue #2464: URL: https://github.com/apache/rocketmq-dashboard/issues/2464#issuecomment-5361729549
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been verified against the current codebase. **Root Cause:** `AliyunCatalogService.java:86` passes raw `regionId` to `fetchAllInstances`; `:102` uses raw `cloudInstanceId`; `:140` lowercases raw `search` without trimming. `AliyunCatalogController.java:42/49` forwards raw `@RequestParam` values, and `requireNonBlank` at `:149` accepts whitespace-only strings. **Impact:** Whitespace-padded region/instance IDs reach the Aliyun API and produce malformed lookups or empty results. Padded search terms fail local substring filtering. **Severity:** Low–Medium. An automated fix proposal can be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by * -- 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]
