yyqdbngt opened a new pull request, #1488:
URL: https://github.com/apache/rocketmq-dashboard/pull/1488

   ### Problem
   
   Metrics authentication modes were lowercased with the JVM default locale. 
Under Turkish locale, uppercase `BASIC` becomes `basıc`, so valid basic 
authentication silently falls back to `none` and the query is sent without 
credentials.
   
   ### Fix
   
   Normalize authentication mode identifiers with `Locale.ROOT` before mapping 
them to the metrics source configuration.
   
   ### Verification
   
   `mvn -B -ntp -Dmaven.compiler.proc=full -Dtest=MetricsServiceTest test`
   
   Tests run: 16, failures: 0, errors: 0.


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