Bug 23035
| Summary: | On reload, many webpage resource are "interpreted as other" | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Samuels <daniel.samuels1> |
| Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Major | CC: | ap, daniel.samuels1, koivisto |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.5 | ||
| URL: | http://www.google.ru | ||
Daniel Samuels
Upon loading of a webpage, the external resources which are required to load the page such as CSS, Javascript files and any images are interpreted as other.
An example of a warning generated by the error console is as follows:
Resource interpreted as other but transferred with MIME type text/css.
Steps to reproduce this are as follows;
1. Navigate to any webpage.
2. Using the Develop menu item, choose Show Error Console.
3. Reload the page using Command + R.
4. Observe the webpage elements appear in the Error Console.
I do not believe this is a server issue, as it occurs on any webpage, and the problem does not seem to exist in Safari or Firefox.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Confirmed with r39509, using http://www.google.ru. But some of subresources are OK semi-randomly, which makes me suspect that recent purging/caching changes may be related.
Antti Koivisto
Inspector probably needs so know about the cache validation mechanism.
Alexey Proskuryakov
<rdar://problem/6470416>
Oliver Hunt
*** This bug has been marked as a duplicate of 22994 ***