[Webkit-unassigned] [Bug 147445] Validation in isValidHTTPHeaderValue is too sensitive.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 6 07:33:47 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=147445
--- Comment #19 from youenn fablet <youennf at gmail.com> ---
(In reply to comment #15)
> > Is it considered as a CFNetwork bug?
>
> That's actually in WebKit, as calling HTTPHeaderMap::add twice combines the
> values. I don't know why the same didn't use to happen with a space, that's
> probably just another bug somewhere down the line.
I had a look at the XHR code.
As suspected, the issue is that we check whether "Content-Type" is set by checking if its value is empty.
Fixing this should solve the underlying problem Chris uncovered.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150806/eb427e70/attachment.html>
More information about the webkit-unassigned
mailing list