Bug 185688

Summary: ';' should be percent-encoded when in an URL path
Product: WebKit Reporter: youenn fablet <youennf>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: achristensen, ap, beidson, cdumez, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

youenn fablet
Reported 2018-05-16 10:58:20 PDT
';' should be percent-encoded when in an URL path
Attachments
youenn fablet
Comment 1 2018-05-16 10:58:32 PDT
Alex Christensen
Comment 2 2018-05-16 11:04:11 PDT
Chrome and Firefox don't do this. You can verify this by opening this: <script>alert(new URL("https://example.org/;"));</script>
Note You need to log in before you can comment on or make changes to this bug.