RESOLVED WONTFIX 88688
Null characters at the end of an Access-Control-Allow-Origin are not preserved in chromium-linux
https://bugs.webkit.org/show_bug.cgi?id=88688
Summary Null characters at the end of an Access-Control-Allow-Origin are not preserve...
Pablo Flouret
Reported 2012-06-08 14:21:39 PDT
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?)
Attachments
Note You need to log in before you can comment on or make changes to this bug.