Closed
Bug 181982
Opened 22 years ago
Closed 22 years ago
ps.gz files are not recognised. The application manager asked me which application to choose
Categories
(Core :: Networking: File, defect)
Tracking
()
People
(Reporter: ahmimed.ouraou, Assigned: dougt)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.2b) Gecko/20021016
When in the web (http:/...) ps and ps.gz files are recognised by the application
manager and automatically open my selected application (gv here).
But for local files (file://...), only ps are recognised automatically, but not
ps.gz where I'm always asked to choose an application for opening the file.
Reproducible: Always
Steps to Reproduce:
1.open a gzipped ps file in file://local_dir/file.ps.gz
2.
3.
Actual Results:
the application manager ask me which application I want to open
Expected Results:
automatically open gv as is the case for ps and ps.gz in http:// and for ps in
file://
Comment 1•22 years ago
|
||
This is because apache automatically sends .ps.gz as encoded
application/postscript while for local files we have to do it ourselves...
*** This bug has been marked as a duplicate of 52282 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•