[Webkit-unassigned] [Bug 42061] New: Make base64Decode ignore unrecognizable characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 01:52:27 PDT 2010


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

           Summary: Make base64Decode ignore unrecognizable characters
           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


Currently, base64Decode returns false immediately when it encounters a unknown character. However, RFC 2045 states: All line breaks or other characters not found in Table 1 must be ignored by decoding software. Change base64Decode to ignore unrecognizable characters.

This topic was discussed in http://www.mail-archive.com/webkit-dev@lists.webkit.org/msg04525.html

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