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

   ### Problem
   
   Endpoint type ordering used the JVM default locale. Under Turkish locale, 
lowercase `tcp_internet` uppercased to a value containing a dotted capital I, 
so the public endpoint was treated as unknown and could lose priority to an 
unsupported fallback endpoint.
   
   ### Fix
   
   Normalize endpoint type identifiers with `Locale.ROOT` before applying 
endpoint priority.
   
   ### Verification
   
   `mvn -B -ntp -Dmaven.compiler.proc=full -Dtest=InstanceServiceTest test`
   
   Tests run: 48, 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