Michael Osipov opened MSHARED-607 and commented
The util was written years where some stuff did not exist (like IPv6) and some stuff was allowed which is discouraged and consider wrong (like .local).
What can be cleaned up:
- Use
Validator's default schemes, there is no reason to exclude ftp
- Use default local URL validator
- Drop support for
.local, it is discouraged, a specially-reserved TLD for mDNS and can cause issues on a heterogenous network.
Affects: maven-reporting-impl 2.4
Michael Osipov opened MSHARED-607 and commented
The util was written years where some stuff did not exist (like IPv6) and some stuff was allowed which is discouraged and consider wrong (like
.local).What can be cleaned up:
Validator's default schemes, there is no reason to excludeftp.local, it is discouraged, a specially-reserved TLD for mDNS and can cause issues on a heterogenous network.Affects: maven-reporting-impl 2.4