[Webkit-unassigned] [Bug 54463] Invalid text/html mime type reported for a 304 Not Modified image/unknown resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 28 09:56:05 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54463


Alexander Pavlov (apavlov) <apavlov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Web Inspector: "Resource    |Invalid text/html mime type
                   |interpreted as image but    |reported for a 304 Not
                   |transferred with MIME type  |Modified image/unknown
                   |text/html."                 |resource
           Platform|Macintosh                   |All
         OS/Version|Mac OS X 10.6               |All
             Status|UNCONFIRMED                 |NEW
          Component|Web Inspector               |WebKit Misc.
     Ever Confirmed|0                           |1




--- Comment #1 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2011-02-28 09:56:05 PST ---
Here are the headers I received with
curl -D headers.log http://positiveaction.org/newsite/productimages/senn610THUMB

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 17:41:56 GMT
Server: Apache/2.2.9 (Fedora)
Last-Modified: Tue, 15 Feb 2011 18:34:53 GMT
ETag: "1548265-424-49c566b96ad40"
Accept-Ranges: bytes
Content-Length: 1060
Connection: close
Content-Type: image/unknown

So, it is not image/jpeg but image/unknown.

On a refresh, the resource does receive the "text/html" mime type, which is presumably due to the Safari network stack, tested on Windows 7 (Chrome reports the same "image/unknown" mime type for this 304 Not Modified). This is not a Web Inspector issue per se, so I'm changing the title and component appropriately.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list