rschmitt opened a new pull request, #580:
URL: https://github.com/apache/httpcomponents-core/pull/580
0.0.0.0/8 IPv4 addresses are not illegal, just "reserved." This change
brings `InetAddressUtils` in line with the JDK's `InetAddress` implementation,
which accepts these addresses without issue, e.g.:
```java
InetAddress.getByAddress(new byte[]{ 0, 10, 25, 68 });
InetAddress.getByName("0.10.25.68");
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]