[Webkit-unassigned] [Bug 17105] New: Not all of KURL's constructors handle IDN.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 17:12:20 PST 2008


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

           Summary: Not all of KURL's constructors handle IDN.
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: marv.decker at gmail.com


KURL(const char*) and KURL(DeprecatedString&) convert to UTF-8 and pass their
data directly to KURL::parse. This is incorrect, since it skips the stuff done
by encodeRelativeString for IDN. There might be some other handling that this
code path misses as well.

These constructors should probably be the same as KURL(KURL(), arg).


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