yyqdbngt opened a new pull request, #2806: URL: https://github.com/apache/rocketmq-dashboard/pull/2806
## Summary - validate bracketed proxy hosts as real IPv6 literals after the structural address match - reject malformed or bracketed IPv4 values before storing or probing them - extend proxy address regression coverage with invalid IPv6 forms ## Why The existing regular expression only restricted the character set, so values such as `[:::]:8081` passed validation and were persisted as unreachable proxy nodes. ## Testing - `JAVA_HOME=/opt/homebrew/opt/openjdk@21 PATH=/opt/homebrew/opt/openjdk@21/bin:$PATH mvn -q -f server/pom.xml -Dtest=ProxyAddressServiceTest 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]
