[Webkit-unassigned] [Bug 47189] New: Ignore whitespace in base64 decoding of data URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 10:07:26 PDT 2010


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

           Summary: Ignore whitespace in base64 decoding of data URL
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


RFC2397 (The "data" URL scheme) refers to RFC 2045 (MIME) for base64 decoding and RFC 2045 states: All line breaks or other characters not found in Table 1 must be ignored by decoding software. Acid3 test 97 tests this.

Pass IgnoreWhitespace to base64Decode function to ignore whitespace in base64 decoding.

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