[Webkit-unassigned] [Bug 21979] New: KURL doesn't canonicalize redundant port numbers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 30 11:48:11 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21979

           Summary: KURL doesn't canonicalize redundant port numbers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: brettw at chromium.org


KURL doesn't strip port numbers that are redundant according to the current
scheme. For example, "http://apple.com:80/foo" will keep the ":80". This is not
a canonical form. This will cause problems with link coloring, and perhaps in
other parts of the system.

NSURL seems to do this properly, and it gets stripped at a later point in the
loading process. But it seems that everybody should agree about what this URL
is.


-- 
Configure bugmail: https://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