Closed Bug 22459 Opened 25 years ago Closed 25 years ago

File names with periods not correctly MIME'd

Categories

(Core :: Networking, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 21789

People

(Reporter: umbrook0, Assigned: gagan)

Details

This probably applies to all platforms, but I can't test it.

A file with periods in it, for example, a.b.html, is not correctly recognized as
an html file (at least using a file:// URI).

I suspect there is a DOS-ism in Mozilla which assumes everything after the first
period is the file extension, so it looks for ``b.html'' and can't find a MIME
type for it.

What you need to do is look for endings, so you check ``does it end with .html?
yes? then it is text/html'' -- in which case you have to check longer extensions
(such as .tar.gz) before shorter ones (.gz).
Assignee: nobody → gagan
Component: Browser-General → Networking
QA Contact: nobody → tever
Guessing that this falls under URL resolution...
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 21789 ***
verified duplicate of 21789.  
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.