Bug 179663

Summary: [SOUP] issues with null bytes in headers in imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response.htm
Product: WebKit Reporter: Ms2ger (he/him; ⌚ UTC+1/+2) <Ms2ger>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, magomez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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