youngkermit8-coder commented on PR #1510: URL: https://github.com/apache/rocketmq-dashboard/pull/1510#issuecomment-5248441472
Addressed the IPv4-mapped IPv6 follow-up in `c934ae6` with regression coverage. On JDK 21, both `::ffff:100.100.100.200` and its expanded form resolve as `Inet4Address` values with the 4-byte address `64 64 64 c8`, so the existing Alibaba metadata byte check already rejects them. No production normalization change is needed; the new test locks in the mapped-address behavior. Validation on top of #1502 in an isolated worktree: - `SettingsServiceTest#testConnectionShouldRejectAlibabaCloudMetadataAddress`: 1/1 passed - Checkstyle: 0 violations - `mvn -DskipTests package`: passed -- 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]
