Bug 8645
Summary: | WebKit should recognize anything with MIME type *+xml as xml. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, annevk |
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | 5998 | ||
Bug Blocks: |
Eric Seidel (no email)
As part of bug 5998 I fixed WebCore's handling of */*+xml mime types to be treated properly as xml. However WebKit still needs code to properly treat content with type */*+xml as XML. WebKit should perform this check as a "last resort" when no other plugin has claimed that type.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Eric, what problem is this bug tracking? I'm not sure what "properly treat" means in this context - especially given that bug 5998 has exactly the same title.
Is this about showing something sensible for unknown XML types? We have bug 13807 tracking that.
Eric Seidel (no email)
This was a long time ago. Assuming we send anything with a */*+xml mime type through the XML parser these days, then this bug can be closed as fixed. Such was not the case when I wrote this bug in 2006.
Ahmad Saleem
Based on Comment 02, I am marking this as "RESOLVED CONFIGURATION CHANGED" and in case, if we have similar issue, we would have newer bug report or different bug potentially.
CCing Anne - for his input (if he came across similar bug in WebKit or know familiar WPT).