On Tue, 3 Dec 2024 17:32:13 GMT, Aleksei Efimov wrote:
>> The proposed change fixes `InetAddress.ofLiteral` and
>> `Inet6Address.ofLiteral` to throw `IllegalArgumentException` instead of
>> `StringIndexOutOfBoundsException` when an empty IP addres literal string is
>> specified.
>> The `Ine
On Tue, 3 Dec 2024 17:32:13 GMT, Aleksei Efimov wrote:
>> The proposed change fixes `InetAddress.ofLiteral` and
>> `Inet6Address.ofLiteral` to throw `IllegalArgumentException` instead of
>> `StringIndexOutOfBoundsException` when an empty IP addres literal string is
>> specified.
>> The `Ine
> The proposed change fixes `InetAddress.ofLiteral` and
> `Inet6Address.ofLiteral` to throw `IllegalArgumentException` instead of
> `StringIndexOutOfBoundsException` when an empty IP addres literal string is
> specified.
> The `Inet4Address.ofLiteral` correctly throws `IllegalArgumentExceptio
On Tue, 3 Dec 2024 16:30:27 GMT, Jaikiran Pai wrote:
>> The proposed change fixes `InetAddress.ofLiteral` and
>> `Inet6Address.ofLiteral` to throw `IllegalArgumentException` instead of
>> `StringIndexOutOfBoundsException` when an empty IP addres literal string is
>> specified.
>> The `Inet4
On Tue, 3 Dec 2024 15:52:31 GMT, Aleksei Efimov wrote:
> The proposed change fixes `InetAddress.ofLiteral` and
> `Inet6Address.ofLiteral` to throw `IllegalArgumentException` instead of
> `StringIndexOutOfBoundsException` when an empty IP addres literal string is
> specified.
> The `Inet4Add
On Tue, 3 Dec 2024 15:52:31 GMT, Aleksei Efimov wrote:
> The proposed change fixes `InetAddress.ofLiteral` and
> `Inet6Address.ofLiteral` to throw `IllegalArgumentException` instead of
> `StringIndexOutOfBoundsException` when an empty IP addres literal string is
> specified.
> The `Inet4Add