1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:37:45 +00:00

AK: Add missing default port definitions for FTP scheme URLs

This is defined in the spec, but was missing in our table. Fix this, and
add a spec comment for what is missing. Also begin a basic text based
test for URL, so we can get some coverage of LibWeb's usage of URL too.
This commit is contained in:
Shannon Booth 2023-07-31 20:23:53 +12:00 committed by Andreas Kling
parent 25153703c9
commit 4fdd4dd979
3 changed files with 43 additions and 4 deletions

View file

@ -0,0 +1,9 @@
ftp://serenityos.org:21
protocol => 'ftp:'
username => ''
password => ''
host => 'serenityos.org'
hostname => 'serenityos.org'
port => ''
pathname => '/'
search => ''