Am I correct in the assumption that ZnURL does not support a password in the url authority?
'http://username@domain:1234/path?query_string#fragment_id' asZnUrl vs 'http://username:password@domain:1234/path?query_string#fragment_id' asZnUrl where the latter one fails. Then I just realized that 'http://username@domain:1234/path?query_string#fragment_id' asZnUrl host = 'username@domain' I would have expected it to return only 'domain'.
