RockteMQ-AI commented on issue #1467: URL: https://github.com/apache/rocketmq-dashboard/issues/1467#issuecomment-5240697823
**Issue Evaluation** Category: `bug` | Status: **Confirmed** Valid bug. Same class of issue as #1469 — cloud credential vendor parsing uses locale-sensitive case conversion, causing failures on Turkish-locale JVMs. **Root Cause:** Locale-sensitive `toLowerCase()` / `toUpperCase()` in credential vendor parsing. **Impact:** Cloud credential configuration fails on Turkish-locale hosts. **Severity:** medium Fix: use `Locale.ROOT` for all identifier normalization. --- *Automated evaluation by RockteMQ-AI* -- 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]
