Bug 23035 - On reload, many webpage resource are "interpreted as other"
Summary: On reload, many webpage resource are "interpreted as other"
Status: RESOLVED DUPLICATE of bug 22994
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Major
Assignee: Nobody
URL: http://www.google.ru
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-12-30 10:12 PST by Daniel Samuels
Modified: 2008-12-31 06:28 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Samuels 2008-12-30 10:12:43 PST
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.
Comment 1 Alexey Proskuryakov 2008-12-31 01:16:22 PST
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.
Comment 2 Antti Koivisto 2008-12-31 02:41:49 PST
Inspector probably needs so know about the cache validation mechanism.
Comment 3 Alexey Proskuryakov 2008-12-31 03:39:41 PST
<rdar://problem/6470416>
Comment 4 Oliver Hunt 2008-12-31 06:28:52 PST

*** This bug has been marked as a duplicate of 22994 ***