RESOLVED DUPLICATE of bug 53848 16409
KURL.cpp should normalize URL scheme to lowercase
https://bugs.webkit.org/show_bug.cgi?id=16409
Summary KURL.cpp should normalize URL scheme to lowercase
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.