Bug 23035

Summary: On reload, many webpage resource are "interpreted as other"
Product: WebKit Reporter: Daniel Samuels <daniel.samuels1>
Component: Page LoadingAssignee: 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

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 ***