[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 01:36:46 PDT 2007


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





------- Comment #7 from mrowe at apple.com  2007-10-02 01:36 PDT -------
http://lxr.mozilla.org/seamonkey/source/netwerk/base/src/nsURLHelper.cpp#834
appears to be the related Mozilla code that parses the Content-Type header.  It
looks as though it will simply return the last header found if multiple values
are present in the one header.  If multiple headers are present, the code at
http://lxr.mozilla.org/seamonkey/source/netwerk/protocol/http/src/nsHttpResponseHead.cpp#221
suggests that the last header seen will be respected.


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