Bug 185688
Summary: | ';' should be percent-encoded when in an URL path | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | Page Loading | Assignee: | 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
';' should be percent-encoded when in an URL path
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
youenn fablet
<rdar://problem/40258457>
Alex Christensen
Chrome and Firefox don't do this. You can verify this by opening this:
<script>alert(new URL("https://example.org/;"));</script>