István Fajth created HDDS-9894:
----------------------------------
Summary: IP address checks neglect disabling some IPv6 addresses
that are disabled for IPv4
Key: HDDS-9894
URL: https://issues.apache.org/jira/browse/HDDS-9894
Project: Apache Ozone
Issue Type: Sub-task
Reporter: István Fajth
Currently Ozone's PKI system uses InetAddressValidator to validate IP addresses.
InetAddressValidator is fine, it verifies validates that IPv4 addresses are in
the valid range, also it verifies IPv6 addresses correctly.
We added an extra restriction, and we does not allow the 0.0.0.0 and the
127.0.0.1 addresses, however our code neglects the IPv6 equivalent of these.
This is implemented in OzoneSecurityUtil#getValidInetsForCurrentHost()
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]