This changes the CharSequence representation of DnsLabel and DnsName
from the insecure raw representation (which may contain arbitrary
bytes) to the escaped safe representation.
See cfaf45a84103 ("Sanitize DNS labels (and names) in toString()") for
the motivation.
This changes the CharSequence representation of DnsLabel and DnsName from the insecure raw representation (which may contain arbitrary bytes) to the escaped safe representation.
See cfaf45a84103 ("Sanitize DNS labels (and names) in toString()") for the motivation.