Closed
Bug 229870
Opened 21 years ago
Closed 21 years ago
gzip-encoded word document not ungzipped before sending to word
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 132702
People
(Reporter: Biesinger, Assigned: Biesinger)
References
()
Details
(tested with 2003123109 win2k)
The following php script:
<?php
header("Content-Type: application/msword");
header("Content-Encoding: gzip");
readfile("TESTCASE.doc.gz");
?>
(with a gzipped word document TESTCASE.doc.gz. the php script should be named
foo.php.gz)
causes mozilla to not gunzip the file before sending it to word, showing garbage
in it.
bug 57342 will allow fixing this, by always applying the decoding when opening
in a helper app, and not otherwise.
(local testcase: http://192.168.1.1/~chb/testcase/word.php.gz)
Assignee | ||
Comment 1•21 years ago
|
||
*** Bug 229871 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 2•21 years ago
|
||
public testcase now available
Assignee | ||
Comment 3•21 years ago
|
||
hmmm... is this a duplicate of bug 132702?
Comment 4•21 years ago
|
||
I agree, it's a dup. Marking as so.
*** This bug has been marked as a duplicate of 132702 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Comment 5•21 years ago
|
||
Verified. I _thought_ I had a bug like that assigned to me..... Maybe it needs
a better summary? ;)
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•21 years ago
|
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
•