btlqql opened a new issue, #2741:
URL: https://github.com/apache/rocketmq-dashboard/issues/2741

   ## Problem
   
   `NamesrvAddrParser` uses Java `String.split` without retaining trailing 
empty fields, so an address list such as `ns1:9876,` is silently accepted even 
though empty segments in the middle are rejected. Its custom IPv6 character 
check also accepts structurally invalid literals such as `[1:2:3]:9876` and 
`[1::2::3]:9876`.
   
   ## Expected behavior
   
   Reject leading, interior, and trailing empty address segments consistently, 
and validate bracketed IPv6 hosts as actual IPv6 literals without DNS 
resolution.


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