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    

Description Darin Fisher (:fishd, Google) 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.
Comment 1 Alexey Proskuryakov 2011-04-29 11:35:03 PDT
This got fixed!

*** This bug has been marked as a duplicate of bug 53848 ***