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

   ## Summary
   - lowercase NameServer hostnames and IPv6 literals with `Locale.ROOT`
   - keep normalized DNS names ASCII-stable under locale-sensitive JVM defaults
   - add Turkish-locale regression coverage for a hostname containing uppercase 
`I`
   
   ## Why
   DNS names and IP literals are protocol identifiers. Locale-sensitive casing 
can turn `INTERNAL` into `ınternal`, producing a different and generally 
unresolvable hostname.
   
   ## Testing
   - `JAVA_HOME=/opt/homebrew/opt/openjdk@21 
PATH=/opt/homebrew/opt/openjdk@21/bin:$PATH mvn -q -f server/pom.xml 
-Dtest=NamesrvAddrParserTest test`


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