[Webkit-unassigned] [Bug 88688] New: Null characters at the end of an Access-Control-Allow-Origin are not preserved in chromium-linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 14:21:40 PDT 2012


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

           Summary: Null characters at the end of an
                    Access-Control-Allow-Origin are not preserved in
                    chromium-linux
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pablof at motorola.com


Spin-off from bug 88139.

Say:

$origin = "foo\0"
Access-Control-Allow-Origin: $origin

For some reason, chromium-linux seems to be dropping the trailing null character. Maybe a peculiarity in the chrome network stack?

Couldn't reproduce locally with a chromium-mac build, so i'm not sure if it's just with a case like the example above or if it's a general problem with null characters (i.e. would foo\0bar be read like foo?)

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