RFR: 8344221: Remove calls to SecurityManager and and doPrivileged in java.net.IDN, java.net.URL, java.net.URLConnection, sun.net.util.URLUtil, and java.net.URLStreamHandlerProvider after JEP 486 integration [v3]
Daniel Fuchs
dfuchs at openjdk.org
Mon Nov 18 14:01:13 UTC 2024
On Sat, 16 Nov 2024 17:05:50 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review feedback: no longer unwrap ServiceConfigurationError
>
> src/java.base/share/classes/java/net/URL.java line 930:
>
>> 928: * Returns the address of the host represented by this URL.
>> 929: * An {@link UnknownHostException}
>> 930: * while getting the host address will result in this method returning
>
> If you are doing any further edits then maybe re-flow this paragraph.
Done. @AlanBateman could you re-review please? That's the only change.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22153#discussion_r1846632194
More information about the net-dev
mailing list