[Webkit-unassigned] [Bug 177913] New: Web Inspector: Should be able to distinguish duplicate response headers without combining values into a single comma separated list (Set-Cookie)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 4 19:34:47 PDT 2017


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

            Bug ID: 177913
           Summary: Web Inspector: Should be able to distinguish duplicate
                    response headers without combining values into a
                    single comma separated list (Set-Cookie)
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: inspector-bugzilla-changes at group.apple.com

Should be able to distinguish duplicate response headers without combining values into a single comma separated list (Set-Cookie)

A Valid HTTP Response setting multiple cookies would be:

> Content-Type: text/html; charset=UTF-8
> Date: Thu, 05 Oct 2017 02:32:05 GMT
> Connection: Keep-Alive
> Set-Cookie: multi-1=multi-1-value
> Set-Cookie: multi-2=multi-2-value
> Set-Cookie: multi-3=multi-3-value
> ...

However Web Inspector is told about these separate / distinct Set-Cookie headers as a single list:

> Content-Type: text/html; charset=UTF-8
> Date: Thu, 05 Oct 2017 02:32:05 GMT
> Connection: Keep-Alive
> Set-Cookie: multi-1=multi-1-value, multi-2=multi-2-value, multi-3=multi-3-value

Web Inspector should be able to know what was actually received, therefore it should be able to distinguish between duplicate response headers and actual response headers with a comma separated list.

-- 
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/20171005/4f6f8081/attachment.html>


More information about the webkit-unassigned mailing list