Bug 215604
| Summary: | parsing on invalid Content-Type fields inconsistent | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Julian Reschke <julian.reschke> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED MOVED | ||
| Severity: | Normal | CC: | ahmad.saleem792, mike, webkit-bug-importer |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar |
| Version: | Safari 13 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://test.greenbytes.de/tech/tc/httpcontenttype/#multixmltextoneline | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=192000 | ||
| Bug Depends on: | |||
| Bug Blocks: | 192000 | ||
Julian Reschke
See <http://test.greenbytes.de/tech/tc/httpcontenttype/#multixmltextoneline> and <http://test.greenbytes.de/tech/tc/httpcontenttype/#multixmltexttwoline> (summaries).
Webkit apparently handles
Content-Type: x, y
different from
Content-Type: x
Content-Type: y
Both examples are invalid, but the fact that the outcome differs hints at inconsistent code with respect to re-combining field values.
Note that both Firefox and Chrome show consistent behavior here.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/67732394>
Ahmad Saleem
Based on discussion on Slack with Alex, it is something to be fixed in CFNetwork.
So marking this as "RESOLVED MOVED".