[Webkit-unassigned] [Bug 16409] New: KURL.cpp should normalize URL scheme to lowercase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 00:01:20 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16409

           Summary: KURL.cpp should normalize URL scheme to lowercase
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morganl.webkit at yahoo.com


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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list