[Webkit-unassigned] [Bug 37777] New: protocolHostAndPortEquals host check makes a wrong assumption

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 18 15:01:09 PDT 2010


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

           Summary: protocolHostAndPortEquals host check makes a wrong
                    assumption
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org


The logic assumes that both the URL starts at the same position. This is right
for most URL but is wrong for URL containing credentials: the code will return
false for http://foo.example.com and http://user:pass@foo.example.com.

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



More information about the webkit-unassigned mailing list