On Tue, 17 Nov 2020 20:07:15 -0300, Gleydson Soares wrote: > Accordingly to > https://tools.ietf.org/html/draft-ietf-secsh-scp-sftp-ssh-uri-04 > "host" part of the URI referenced at > https://tools.ietf.org/html/rfc3986#section-3.2.2 > it can be an IPv6/IPv4 address or a domain name itself, so the most > obvious solution should be to remove the valid_domain() check from > parse_uri(), but RFC also says that registered names and hexadecimal > addresses should be in lowercase for the sake of uniformity, while > only using uppercase letters for percent-encodings.
I think removing the valid_domain() check from parse_uri() is fine. - todd
