Closed
Bug 219428
Opened 21 years ago
Closed 19 years ago
Downloading ZIP files prompts even though prompt is disabled in Helper Applications Preference panel
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mb_add, Assigned: law)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624
I have noticed that even with my preferences properly set for "Helper
Applications", I still get a prompt when clicking on a link for a file of type
ZIP. The first time I saw the dialog, I unchecked the option "Always show this
dialog before handling files of this type." Every subsequent download of a zip
file shows the same dialog.
The MIME type displayed as sent by the server is: application/x-zip-compressed
This happens everywhere including ZIP files on the Mozilla FTP site and
SourceForge to name a couple.
Reproducible: Always
Steps to Reproduce:
Expected Results:
I expected the download dialog to open instead of being asked how to deal with
this MIME type which exists in my settings.
To assist with this issue, I have included the section of mimeTypes.rdf which
relates to the MIME type 'application/x-zip-compressed'
<RDF:Description about="urn:mimetype:application/x-zip-compressed"
NC:fileExtensions="zip"
NC:description="PowerArchiver ZIP File"
NC:value="application/x-zip-compressed"
NC:editable="true">
<NC:handlerProp resource="urn:mimetype:handler:application/x-zip-compressed"/>
</RDF:Description>
<RDF:Description about="urn:mimetype:handler:application/x-zip-compressed"
NC:alwaysAsk="false"
NC:saveToDisk="true">
<NC:externalApplication
resource="urn:mimetype:externalApplication:application/x-zip-compressed"/>
</RDF:Description>
Comment 1•19 years ago
|
||
wfm with Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE; rv:1.8b2) Gecko/20050617
Please reopen if you still see this
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
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
•