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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 12:35:31 PDT 2010


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





--- Comment #10 from Patrick R. Gansterer <paroga at paroga.com>  2010-07-13 12:35:31 PST ---
(In reply to comment #9)
> Well, it introduces an argument, yes, but it does not ignore all unrecognizable characters. In bug 41510 we have been discussing the merits of ignoring all unrecognizable characters (matching the data URL RFC, I believe) vs. instead ignoring only certain characters (matching some other browsers’ behavior with data URLs). If I remember correctly.

In the current version is an enum Base64DecodePolicy { FailOnInvalidCharacter, IgnoreWhitespace, IgnoreInvalidCharacters };

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