[Webkit-unassigned] [Bug 22381] New: Decoding quote-string values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 20 06:23:58 PST 2008


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

           Summary: Decoding quote-string values
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: markus.wulftange at gmail.com


According to my understanding of RFC 822, the following is encoded correctly:

    Content-Disposition: attachment;filename="foo\" \"bar.html"

The decoded value for the filename attribute should be:

    foo" "bar.html

But instead it is decoded as:

    foo\" \"bar.html

Firefox an Opera both get it right.


-- 
Configure bugmail: https://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