WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Stephen Chenney
Comment 1
2013-04-15 07:47:14 PDT
https://code.google.com/p/chromium/issues/detail?id=231343
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug