123123213weqw opened a new issue, #1465:
URL: https://github.com/apache/rocketmq-dashboard/issues/1465

   ## Bug
   
   `AlertService.severity` normalizes configured severities with the JVM 
default locale. On a Turkish-locale host, uppercase `INFO` lowercases to `ınfo` 
(dotless i), fails the allow-list check, and is silently exported as `warning`.
   
   Alert configuration keywords are protocol identifiers and must not vary with 
the operating system locale.
   
   ## Expected behavior
   
   `INFO`, `WARNING`, and `CRITICAL` should normalize consistently on every 
host locale.
   
   ## Proposed fix
   
   - normalize severity with `Locale.ROOT`
   - add a regression test that exports an uppercase INFO rule while the 
default locale is Turkish
   


-- 
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]

Reply via email to