Bug 16409 - KURL.cpp should normalize URL scheme to lowercase
Summary: KURL.cpp should normalize URL scheme to lowercase
Status: RESOLVED DUPLICATE of bug 53848
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 37641
  Show dependency treegraph
 
Reported: 2007-12-12 00:01 PST by Darin Fisher (:fishd, Google)
Modified: 2011-04-29 11:35 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***