Bug 16409

Summary: KURL.cpp should normalize URL scheme to lowercase
Product: WebKit Reporter: Darin Fisher (:fishd, Google) <fishd>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: abarth, ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 37641    

Darin Fisher (:fishd, Google)
Reported 2007-12-12 00:01:19 PST
KURL.cpp should normalize URL scheme to lowercase the webkit codebase is chock full of broken case-sensitive URL scheme compares (see FrameLoader.cpp for example). instead of changing all of those comparisons to be case-insensitive, it seems like it would be better to just make KURL normalize the URL scheme to lowercase. there should be no compatibility problem with this change since URL schemes are case-insensitive.
Attachments
Alexey Proskuryakov
Comment 1 2011-04-29 11:35:03 PDT
This got fixed! *** This bug has been marked as a duplicate of bug 53848 ***
Note You need to log in before you can comment on or make changes to this bug.