123123213weqw opened a new issue, #1469: URL: https://github.com/apache/rocketmq-dashboard/issues/1469
## Bug `SettingsService` lowercases Metrics data-source types and authentication modes using the JVM default locale. On a Turkish-locale host, valid identifiers containing `I` are changed with a dotless i; for example, `MIMIR` becomes `mımır` and `Basic Auth` becomes `basıc auth`. The connection test then rejects supported configuration. These values are protocol identifiers and must not vary with the host locale. ## Expected behavior Supported data-source types and authentication modes should normalize consistently on every JVM locale. ## Proposed fix - use `Locale.ROOT` for both identifier-normalization paths - add a Turkish-locale regression test covering uppercase MIMIR with Basic Auth -- 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]
