Bug 127956
Summary: | Make URL username substitution do the correct escaping | ||
---|---|---|---|
Product: | WebKit | Reporter: | Maciej Stachowiak <mjs> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | annevk, ap |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 128023 |
Maciej Stachowiak
Make URL username substitution do the correct escaping. Ideally this would be done all the way in platform/URL rather than the DOMURL level.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Anne van Kesteren
That's how it's implemented. html/URLDecomposition mostly forwards to wtf/URL, except for some state checks.