Bug 127956

Summary: Make URL username substitution do the correct escaping
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: DOMAssignee: 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
Reported 2014-01-30 15:03:08 PST
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
Anne van Kesteren
Comment 1 2023-08-18 03:00:50 PDT
That's how it's implemented. html/URLDecomposition mostly forwards to wtf/URL, except for some state checks.
Note You need to log in before you can comment on or make changes to this bug.