Closed
Bug 166393
Opened 22 years ago
Closed 21 years ago
no way to display text files from ftp urls with "non-standard" extensions.
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 185618
People
(Reporter: wefa, Assigned: law)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0) Gecko/20020530
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0) Gecko/20020530
I tried to access a security note from the freebsd web site. This is a text file
with an .asc ending.
Mozilla apparently considers this mime type "octet/stream", does not recognize
this as a text file and offers me
- to choose a helper application
- do download it
It should at least offer me a third alternative, namely "show it anyway"
Moreover, when I choose notepad.exe as a helper application, this doesn't work
as well (somthing flickers, but no notepad appears).
Maybe the proxy I use (a Cacheflow cache) is somehow involved; Unfortunately I
lack the opportunity to test it without a proxy. Here's an out put from the proxy:
wefa@tnd37 18:58 [~] telnet <whatever> 8000
Trying <whatever>...
Connected to <whatever>
Escape character is '^]'.
HEAD ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-02:23.stdio.as
c HTTP/1.0
HTTP/1.0 200 OK
Connection: close
Last-Modified: Sun, 30 Jul 2002 18:16:37 GMT
Content-Length: 6667
Content-Type: octet/stream
Via: 1.0 <cache-name>
Connection closed by foreign host.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•22 years ago
|
QA Contact: sairuh → petersen
Comment 1•21 years ago
|
||
in a current build, we do show that file as a textfile...
That said, bug 185618 is the bug for allowing to view supported files in the browser
*** This bug has been marked as a duplicate of 185618 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Summary: no way to display text files from ftp urls with "non-standard" extensions. → no way to display text files from ftp urls with "non-standard" extensions.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•