123123213weqw opened a new issue, #1555: URL: https://github.com/apache/rocketmq-dashboard/issues/1555
## Problem The MyBatis system-alert level filter lowercases request values with the JVM default locale. Under a Turkish locale, `INFO` becomes `ınfo`, so valid info alerts are not returned. ## Proposed fix Normalize alert level identifiers with `Locale.ROOT` and verify the bound query parameter under a Turkish default locale. -- 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]
