[Webkit-unassigned] [Bug 11464] New: data: URIs with backslashes canonicalize incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 30 19:18:02 PST 2006


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

           Summary: data: URIs with backslashes canonicalize incorrectly
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: kevin at sb.org


If I use a data: URI with backslashes in the data, the backslashes get
canonicalized to forward slashes, which is incorrect.

Example:
<html>
        <head>
                <meta http-equiv="Content-type" content="text/html;
charset=utf-8">
                <title>Page Title</title>

        </head>
        <body>
                <object data="data:text/html;charset=utf8,<b>this</b> is a
\'test'"></object>
        </body>
</html>

The rendered text is:

this is a /'test'


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