Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE #8289] Fixed network bugs and merged networkutil code #8290

Merged
merged 2 commits into from
Aug 15, 2024

Commits on Jun 12, 2024

  1. [ISSUE apache#8289] Fixed network bugs and merged networkutil code

    Fix the following three as
    1,TraceBean: private static final String LOCAL_ADDRESS = UtilAll.ipToIPv4Str(UtilAll.getIP()); getIP mayby ipv6
    2,NetworkUtil:if (ip.startsWith("127.0") || ip.startsWith("192.168") || ip.startsWith("0."));Check whether Intranet errors exist
    zekai-li committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    83b3beb View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. [ISSUE apache#8289] Fixed network bugs and merged networkutil code

    Fix the following three as
    1,TraceBean: private static final String LOCAL_ADDRESS = UtilAll.ipToIPv4Str(UtilAll.getIP()); getIP mayby ipv6
    2,NetworkUtil:if (ip.startsWith("127.0") || ip.startsWith("192.168") || ip.startsWith("0."));Check whether Intranet errors exist
    zekai-li committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    38be751 View commit details
    Browse the repository at this point in the history