RESOLVED CONFIGURATION CHANGED 127957
FIX URL behavior for out of range port numbers
https://bugs.webkit.org/show_bug.cgi?id=127957
Summary FIX URL behavior for out of range port numbers
Maciej Stachowiak
Reported 2014-01-30 15:04:12 PST
FIX URL behavior for out of range port numbers
Attachments
Anne van Kesteren
Comment 1 2023-08-23 00:20:22 PDT
From our text expectation files: PASS URL: Setting <http://example.net:8080/path>.port = '65536' Port numbers are 16 bit integers, overflowing is an error PASS URL: Setting <http://example.net:8080/path>.port = 'randomstring' Setting port to a string that doesn't parse as a number PASS URL: Setting <non-special://example.net:8080/path>.port = '65536' Port numbers are 16 bit integers, overflowing is an error
Note You need to log in before you can comment on or make changes to this bug.