[Webkit-unassigned] [Bug 24011] New: KURL's setPort doesn't unset port if 0 is given

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 18 15:17:57 PST 2009


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

           Summary: KURL's setPort doesn't unset port if 0 is given
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org


In KURL.h setPort has the following comment:

    // Setting the port to 0 will clear any port from the URL.
    void setPort(unsigned short);

But passing 0 sets port to :0 instead.


-- 
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