WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
179663
[SOUP] issues with null bytes in headers in imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response.htm
https://bugs.webkit.org/show_bug.cgi?id=179663
Summary
[SOUP] issues with null bytes in headers in imported/w3c/web-platform-tests/X...
Ms2ger (he/him; ⌚ UTC+1/+2)
Reported
2017-11-14 03:17:01 PST
--- /imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response-expected.txt +++ /imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response-actual.txt @@ -1,9 +1,9 @@ Whitespace and null in response header values -PASS Header value: hello_world\0 -PASS Header value: \0hello_world -PASS Header value: hello\0world +FAIL Header value: hello_world\0 assert_equals: expected "hello world\0" but got "hello world" +FAIL Header value: \0hello_world assert_equals: expected "\0hello world" but got "hello world" +FAIL Header value: hello\0world assert_equals: expected "hello\0world" but got "helloworld" PASS Header value: __hello_world PASS Header value: hello_world__ PASS Header value: __hello_world__ @@ -12,7 +12,7 @@ PASS Header value: [tab]hello_world[tab] PASS Header value: hello______world PASS Header value: hello[tab]world -PASS Header value: \0 +FAIL Header value: \0 assert_equals: expected "\0" but got "" PASS Header value: ___ PASS Header value: [tab] PASS Header value:
Attachments
Add attachment
proposed patch, testcase, etc.
Miguel Gomez
Comment 1
2018-11-15 06:24:02 PST
This is passing since
r237618
. Closing bug.
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