[Webkit-unassigned] [Bug 15338] Error-handling when multiple conflicting Content-Type headers sent differs from Firefox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 00:28:31 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15338


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|(Weird) error message       |Error-handling when
                   |instead of a rendered page. |multiple conflicting
                   |                            |Content-Type headers sent
                   |                            |differs from Firefox




------- Comment #3 from mrowe at apple.com  2007-10-02 00:28 PDT -------
>From http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2:
"Multiple message-header fields with the same field-name MAY be present in a
message if and only if the entire field-value for that header field is defined
as a comma-separated list."

Content-Type is not defined as taking a comma-separated list, so it's not valid
for the server to be sending it multiple times.  The "correct" fix would be for
the web site in question to be fixed.  Tweaking WebKit's error-handling logic
in this case should also be possible to paper over the problem.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list