[Webkit-unassigned] [Bug 179663] New: [SOUP] issues with null bytes in headers in imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response.htm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 14 03:17:01 PST 2017


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

            Bug ID: 179663
           Summary: [SOUP] issues with null bytes in headers in
                    imported/w3c/web-platform-tests/XMLHttpRequest/headers
                    -normalize-response.htm
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Ms2ger at igalia.com
                CC: beidson at apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171114/7a458d6a/attachment.html>


More information about the webkit-unassigned mailing list