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)

x86
Windows 2000
defect
Not set
normal

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)
*** Bug 229871 has been marked as a duplicate of this bug. ***
hmmm... is this a duplicate of bug 132702?
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
Verified.  I _thought_ I had a bug like that assigned to me.....  Maybe it needs
a better summary?  ;)
Status: RESOLVED → VERIFIED
No longer blocks: 229871
No longer depends on: 57342
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.