Bug 18348 - Web Inspector doesn't honor Content Type for inspection
Summary: Web Inspector doesn't honor Content Type for inspection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-07 16:51 PDT by Adrian Ziemkowski
Modified: 2014-12-14 19:41 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Ziemkowski 2008-04-07 16:51:21 PDT
Pages with custom file extensions or with a URL ending in a custom extension, do not appear as Documents but instead as Other and can't be inspected, even though their content renders correctly and a text/html Content-Type header is given.

This may be related to Bug #15144

Ideally, it would ignore extensions entirely when determining the file type if it finds a known Content-Type.