Actions
Bug #6983
closedURI:HTTP accepts invalid uri
Bug #6983:
URI:HTTP accepts invalid uri
Description
URI.parse will parse 'http:/foo.com' as a valid HTTP uri, even though it's missing a / between the scheme and authority.
Actions