RFR: 8313239: InetAddress.getCanonicalHostName may return ip address if reverse lookup fails [v7]
Jaikiran Pai
jpai at openjdk.org
Tue Aug 8 14:31:16 UTC 2023
> Can I please get a review of this change which updates the javadoc of `java.net.InetAddress.getCanonicalHostName()` method to clarify its semantics? This addresses https://bugs.openjdk.org/browse/JDK-8313239.
>
> This a javadoc only change and the documentation is updated to match the current implementation. A CSR will be drafted for this change.
Jaikiran Pai has updated the pull request incrementally with two additional commits since the last revision:
- Alan's suggestion - better wording
- Alan's suggestion - consistency for "system configured" vs "system-wide"
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/15134/files
- new: https://git.openjdk.org/jdk/pull/15134/files/c9c3ba8b..06fef8d8
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=15134&range=06
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=15134&range=05-06
Stats: 5 lines in 1 file changed: 0 ins; 0 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/15134.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15134/head:pull/15134
PR: https://git.openjdk.org/jdk/pull/15134
More information about the net-dev
mailing list